[GTK] Use configure instead of autogen.sh for gtk+
authorkov@webkit.org <kov@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 17 Apr 2012 02:02:26 +0000 (02:02 +0000)
committerkov@webkit.org <kov@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 17 Apr 2012 02:02:26 +0000 (02:02 +0000)
https://bugs.webkit.org/show_bug.cgi?id=84112

Rubber-stamped by Martin Robinson.

* gtk/jhbuild.modules: GTK+'s autogen requires gobject-introspection;
we don't want to depend on that for now, so run configure instead - we
can, since we are using a tarball

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

Tools/ChangeLog
Tools/gtk/jhbuild.modules

index e1b546d..22276be 100644 (file)
@@ -1,5 +1,16 @@
 2012-04-16  Gustavo Noronha Silva  <gns@gnome.org>
 
+        [GTK] Use configure instead of autogen.sh for gtk+
+        https://bugs.webkit.org/show_bug.cgi?id=84112
+
+        Rubber-stamped by Martin Robinson.
+
+        * gtk/jhbuild.modules: GTK+'s autogen requires gobject-introspection;
+        we don't want to depend on that for now, so run configure instead - we
+        can, since we are using a tarball
+
+2012-04-16  Gustavo Noronha Silva  <gns@gnome.org>
+
         Unreviewed, rolling out r114322.
         http://trac.webkit.org/changeset/114322
         https://bugs.webkit.org/show_bug.cgi?id=84096
index a17e883..dc41aa3 100644 (file)
             md5sum="2a70627ffd9f43c52c04cc0b05fe359f"/>
   </autotools>
 
-  <autotools id="gtk+"
+  <autotools id="gtk+" autogen-sh="configure"
              autogenargs="--disable-introspection">
     <dependencies>
       <dep package="glib"/>