Title: [116885] releases/WebKitGTK/webkit-1.8/Tools
Revision
116885
Author
[email protected]
Date
2012-05-13 06:43:17 -0700 (Sun, 13 May 2012)

Log Message

Merge 114332 - [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: releases/WebKitGTK/webkit-1.8/Tools/ChangeLog (116884 => 116885)


--- releases/WebKitGTK/webkit-1.8/Tools/ChangeLog	2012-05-13 13:43:03 UTC (rev 116884)
+++ releases/WebKitGTK/webkit-1.8/Tools/ChangeLog	2012-05-13 13:43:17 UTC (rev 116885)
@@ -1,5 +1,16 @@
 2012-04-16  Gustavo Noronha Silva  <[email protected]>
 
+        [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  <[email protected]>
+
         [GTK] Add pango to jhbuild
         https://bugs.webkit.org/show_bug.cgi?id=84086
 

Modified: releases/WebKitGTK/webkit-1.8/Tools/gtk/jhbuild.modules (116884 => 116885)


--- releases/WebKitGTK/webkit-1.8/Tools/gtk/jhbuild.modules	2012-05-13 13:43:03 UTC (rev 116884)
+++ releases/WebKitGTK/webkit-1.8/Tools/gtk/jhbuild.modules	2012-05-13 13:43:17 UTC (rev 116885)
@@ -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
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to