Title: [112672] trunk/Tools
Revision
112672
Author
[email protected]
Date
2012-03-30 09:18:39 -0700 (Fri, 30 Mar 2012)

Log Message

[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: trunk/Tools/ChangeLog (112671 => 112672)


--- trunk/Tools/ChangeLog	2012-03-30 16:00:29 UTC (rev 112671)
+++ trunk/Tools/ChangeLog	2012-03-30 16:18:39 UTC (rev 112672)
@@ -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-30  Jesus Sanchez-Palencia  <[email protected]>
 
         Add a "preview" state to Page Visibility API implementation

Modified: trunk/Tools/gtk/jhbuild.modules (112671 => 112672)


--- trunk/Tools/gtk/jhbuild.modules	2012-03-30 16:00:29 UTC (rev 112671)
+++ trunk/Tools/gtk/jhbuild.modules	2012-03-30 16:18:39 UTC (rev 112672)
@@ -172,7 +172,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