Title: [116869] releases/WebKitGTK/webkit-1.8/Tools
Revision
116869
Author
[email protected]
Date
2012-05-13 06:39:23 -0700 (Sun, 13 May 2012)

Log Message

Merge 112672 - [GTK] Disable introspection build in the at-spi2-core module.
https://bugs.webkit.org/show_bug.cgi?id=82729

Patch by Vineet Chaudhary <[email protected]> on 2012-03-30
Reviewed by Philippe Normand.

This change is a follow-up of bug 82395 which initially disabled for other modules of the set.

* gtk/jhbuild.modules: Disable introspection.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-1.8/Tools/ChangeLog (116868 => 116869)


--- releases/WebKitGTK/webkit-1.8/Tools/ChangeLog	2012-05-13 13:39:10 UTC (rev 116868)
+++ releases/WebKitGTK/webkit-1.8/Tools/ChangeLog	2012-05-13 13:39:23 UTC (rev 116869)
@@ -1,3 +1,14 @@
+2012-03-30  Vineet Chaudhary  <[email protected]>
+
+        [GTK] Disable introspection build in the at-spi2-core module.
+        https://bugs.webkit.org/show_bug.cgi?id=82729
+
+        Reviewed by Philippe Normand.
+
+        This change is a follow-up of bug 82395 which initially disabled for other modules of the set.
+
+        * gtk/jhbuild.modules: Disable introspection.
+
 2012-03-28  Gustavo Noronha Silva  <[email protected]>
 
         [GTK] Disable introspection for jhbuild modules

Modified: releases/WebKitGTK/webkit-1.8/Tools/gtk/jhbuild.modules (116868 => 116869)


--- releases/WebKitGTK/webkit-1.8/Tools/gtk/jhbuild.modules	2012-05-13 13:39:10 UTC (rev 116868)
+++ releases/WebKitGTK/webkit-1.8/Tools/gtk/jhbuild.modules	2012-05-13 13:39:23 UTC (rev 116869)
@@ -179,7 +179,8 @@
     </branch>
   </autotools>
 
-  <autotools id="at-spi2-core">
+  <autotools id="at-spi2-core" 
+             autogenargs="--disable-introspection">
     <branch module="pub/GNOME/sources/at-spi2-core/2.2/at-spi2-core-2.2.1.tar.xz" version="2.2.1"
             repo="ftp.gnome.org"
             hash="sha256:2a4129420decca3657e163a4dbb1a3cb28acafe32ea1292417fdd81084d48fac"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to