Title: [116868] releases/WebKitGTK/webkit-1.8/Tools
- Revision
- 116868
- Author
- [email protected]
- Date
- 2012-05-13 06:39:10 -0700 (Sun, 13 May 2012)
Log Message
Merge 112392 - [GTK] Disable introspection for jhbuild modules
https://bugs.webkit.org/show_bug.cgi?id=82395
Reviewed by Philippe Normand.
* efl/jhbuild.modules: add --disable-introspection to all modules
that support it
* gtk/jhbuild.modules: ditto.
Conflicts:
Tools/efl/jhbuild.modules
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-1.8/Tools/ChangeLog (116867 => 116868)
--- releases/WebKitGTK/webkit-1.8/Tools/ChangeLog 2012-05-13 13:38:57 UTC (rev 116867)
+++ releases/WebKitGTK/webkit-1.8/Tools/ChangeLog 2012-05-13 13:39:10 UTC (rev 116868)
@@ -1,3 +1,14 @@
+2012-03-28 Gustavo Noronha Silva <[email protected]>
+
+ [GTK] Disable introspection for jhbuild modules
+ https://bugs.webkit.org/show_bug.cgi?id=82395
+
+ Reviewed by Philippe Normand.
+
+ * efl/jhbuild.modules: add --disable-introspection to all modules
+ that support it
+ * gtk/jhbuild.modules: ditto.
+
2012-03-28 Sergio Villar Senin <[email protected]>
[Soup] DNS prefetching spams resolver, shoots self in the foot
Modified: releases/WebKitGTK/webkit-1.8/Tools/gtk/jhbuild.modules (116867 => 116868)
--- releases/WebKitGTK/webkit-1.8/Tools/gtk/jhbuild.modules 2012-05-13 13:38:57 UTC (rev 116867)
+++ releases/WebKitGTK/webkit-1.8/Tools/gtk/jhbuild.modules 2012-05-13 13:39:10 UTC (rev 116868)
@@ -94,7 +94,8 @@
md5sum="79390673f5d07a8fb342bc09b5055b6f"/>
</autotools>
- <autotools id="gdk-pixbuf" autogen-sh="configure">
+ <autotools id="gdk-pixbuf" autogen-sh="configure"
+ autogenargs="--disable-introspection">
<dependencies>
<dep package="glib"/>
</dependencies>
@@ -104,7 +105,8 @@
md5sum="066e30277cadc225a7cef4c258da830b"/>
</autotools>
- <autotools id="gtk+">
+ <autotools id="gtk+"
+ autogenargs="--disable-introspection">
<dependencies>
<dep package="glib"/>
<dep package="cairo"/>
@@ -148,7 +150,8 @@
md5sum="555687a7ffefba0bd9de1e71cb61402c"/>
</autotools>
- <autotools id="libsoup" autogenargs="--without-gnome">
+ <autotools id="libsoup"
+ autogenargs="--without-gnome --disable-introspection">
<dependencies>
<dep package="glib-networking"/>
</dependencies>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes