Title: [114332] trunk/Tools
Revision
114332
Author
k...@webkit.org
Date
2012-04-16 19:02:26 -0700 (Mon, 16 Apr 2012)

Log Message

[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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (114331 => 114332)


--- trunk/Tools/ChangeLog	2012-04-17 01:06:57 UTC (rev 114331)
+++ trunk/Tools/ChangeLog	2012-04-17 02:02:26 UTC (rev 114332)
@@ -1,5 +1,16 @@
 2012-04-16  Gustavo Noronha Silva  <g...@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  <g...@gnome.org>
+
         Unreviewed, rolling out r114322.
         http://trac.webkit.org/changeset/114322
         https://bugs.webkit.org/show_bug.cgi?id=84096

Modified: trunk/Tools/gtk/jhbuild.modules (114331 => 114332)


--- trunk/Tools/gtk/jhbuild.modules	2012-04-17 01:06:57 UTC (rev 114331)
+++ trunk/Tools/gtk/jhbuild.modules	2012-04-17 02:02:26 UTC (rev 114332)
@@ -112,7 +112,7 @@
             md5sum="2a70627ffd9f43c52c04cc0b05fe359f"/>
   </autotools>
 
-  <autotools id="gtk+"
+  <autotools id="gtk+" autogen-sh="configure"
              autogenargs="--disable-introspection">
     <dependencies>
       <dep package="glib"/>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to