Title: [114322] trunk/Tools
Revision
114322
Author
k...@webkit.org
Date
2012-04-16 17:18:15 -0700 (Mon, 16 Apr 2012)

Log Message

[GTK] Try to fix debug bot by adding gobject-introspection to the build
https://bugs.webkit.org/show_bug.cgi?id=84096

Unreviewed speculative build fix.

* gtk/jhbuild.modules: Added gobject-introspection, since modules need
an up-to-date introspection m4 for running autogen.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (114321 => 114322)


--- trunk/Tools/ChangeLog	2012-04-17 00:17:09 UTC (rev 114321)
+++ trunk/Tools/ChangeLog	2012-04-17 00:18:15 UTC (rev 114322)
@@ -1,5 +1,15 @@
 2012-04-16  Gustavo Noronha Silva  <g...@gnome.org>
 
+        [GTK] Try to fix debug bot by adding gobject-introspection to the build
+        https://bugs.webkit.org/show_bug.cgi?id=84096
+
+        Unreviewed speculative build fix.
+
+        * gtk/jhbuild.modules: Added gobject-introspection, since modules need
+        an up-to-date introspection m4 for running autogen.
+
+2012-04-16  Gustavo Noronha Silva  <g...@gnome.org>
+
         [GTK] Add pango to jhbuild
         https://bugs.webkit.org/show_bug.cgi?id=84086
 

Modified: trunk/Tools/gtk/jhbuild.modules (114321 => 114322)


--- trunk/Tools/gtk/jhbuild.modules	2012-04-17 00:17:09 UTC (rev 114321)
+++ trunk/Tools/gtk/jhbuild.modules	2012-04-17 00:18:15 UTC (rev 114322)
@@ -116,6 +116,7 @@
              autogenargs="--disable-introspection">
     <dependencies>
       <dep package="glib"/>
+      <dep package="gobject-introspection"/>
       <dep package="cairo"/>
       <dep package="pango"/>
       <dep package="gdk-pixbuf"/>
@@ -137,6 +138,16 @@
             md5sum="c5fa76fbf9184d20dfb04af66b598190"/>
   </autotools>
 
+  <autotools id="gobject-introspection">
+    <dependencies>
+      <dep package="glib"/>
+    </dependencies>
+    <branch module="/pub/GNOME/sources/gobject-introspection/1.32/gobject-introspection-1.32.0.tar.xz" version="1.32.0"
+            repo="ftp.gnome.org"
+            hash="sha256:346a729eb8a2a5dc49197d2195e71295167504cc2671298dfd92a32f8e5a01b3"
+            md5sum="d0e8266f14063160770aece127211772"/>
+  </autotools>
+
   <autotools id="glib-networking">
     <dependencies>
       <dep package="gnutls"/>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to