[GTK] Try to fix debug bot by adding gobject-introspection to the build
authorkov@webkit.org <kov@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 17 Apr 2012 00:18:15 +0000 (00:18 +0000)
committerkov@webkit.org <kov@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 17 Apr 2012 00:18:15 +0000 (00:18 +0000)
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.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114322 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Tools/ChangeLog
Tools/gtk/jhbuild.modules

index 5777e56..7323290 100644 (file)
@@ -1,5 +1,15 @@
 2012-04-16  Gustavo Noronha Silva  <gns@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  <gns@gnome.org>
+
         [GTK] Add pango to jhbuild
         https://bugs.webkit.org/show_bug.cgi?id=84086
 
index a17e883..af08c26 100644 (file)
              autogenargs="--disable-introspection">
     <dependencies>
       <dep package="glib"/>
+      <dep package="gobject-introspection"/>
       <dep package="cairo"/>
       <dep package="pango"/>
       <dep package="gdk-pixbuf"/>
             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"/>