Log Message
[EFL] Unreviewed Intel bots fix after r149231.
* efl/jhbuild.modules: Disable the libxml Python bindings since the bots don't have Python's development files installed. libxml should detect this kind of thing better.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (149237 => 149238)
--- trunk/Tools/ChangeLog 2013-04-27 17:08:17 UTC (rev 149237)
+++ trunk/Tools/ChangeLog 2013-04-27 18:18:43 UTC (rev 149238)
@@ -1,3 +1,11 @@
+2013-04-27 Raphael Kubo da Costa <[email protected]>
+
+ [EFL] Unreviewed Intel bots fix after r149231.
+
+ * efl/jhbuild.modules: Disable the libxml Python bindings since the
+ bots don't have Python's development files installed. libxml should
+ detect this kind of thing better.
+
2013-04-26 Ryuan Choi <[email protected]>
[EFL] Build break using jhbuild on ubuntu 13.04
Modified: trunk/Tools/efl/jhbuild.modules (149237 => 149238)
--- trunk/Tools/efl/jhbuild.modules 2013-04-27 17:08:17 UTC (rev 149237)
+++ trunk/Tools/efl/jhbuild.modules 2013-04-27 18:18:43 UTC (rev 149238)
@@ -294,7 +294,9 @@
</dependencies>
</autotools>
- <autotools id="libxml2">
+ <autotools id="libxml2"
+ autogen-sh="configure"
+ autogenargs="--without-python">
<branch module="/libxml2/libxml2-2.9.1.tar.gz" version="2.9.1"
repo="xmlsoft.org"
hash="sha256:fd3c64cb66f2c4ea27e934d275904d92cec494a8e8405613780cbc8a71680fdb"
_______________________________________________ webkit-changes mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-changes
