Title: [101862] trunk/Tools
Revision
101862
Author
[email protected]
Date
2011-12-02 14:59:58 -0800 (Fri, 02 Dec 2011)

Log Message

Try to fix the GTK+ build.

* gtk/jhbuild.modules: Properly specify the glib-networking
dependency for soup.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (101861 => 101862)


--- trunk/Tools/ChangeLog	2011-12-02 22:58:21 UTC (rev 101861)
+++ trunk/Tools/ChangeLog	2011-12-02 22:59:58 UTC (rev 101862)
@@ -1,5 +1,12 @@
 2011-12-02  Martin Robinson  <[email protected]>
 
+        Try to fix the GTK+ build.
+
+        * gtk/jhbuild.modules: Properly specify the glib-networking
+        dependency for soup.
+
+2011-12-02  Martin Robinson  <[email protected]>
+
         Fix a syntax error in the committers.py file.
 
         * Scripts/webkitpy/common/config/committers.py: Add a missing comma.

Modified: trunk/Tools/gtk/jhbuild.modules (101861 => 101862)


--- trunk/Tools/gtk/jhbuild.modules	2011-12-02 22:58:21 UTC (rev 101861)
+++ trunk/Tools/gtk/jhbuild.modules	2011-12-02 22:59:58 UTC (rev 101862)
@@ -97,6 +97,9 @@
   </autotools>
 
   <autotools id="libsoup" autogenargs="--without-gnome">
+    <dependencies>
+      <dep package="glib-networking"/>
+    </dependencies>
     <branch module="libsoup" version="2.37.2.1+git"
             repo="git.gnome.org"
             tag="5cbfc48caf76ced2e28ee06c9e40523273601dc6"/>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to