Title: [101826] trunk/Tools
Revision
101826
Author
k...@webkit.org
Date
2011-12-02 10:44:54 -0800 (Fri, 02 Dec 2011)

Log Message

Add libffi to the jhbuild modules list as a glib dependency.

Rubber-stamped by Martin Robinson.

* gtk/jhbuild.modules:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (101825 => 101826)


--- trunk/Tools/ChangeLog	2011-12-02 18:34:37 UTC (rev 101825)
+++ trunk/Tools/ChangeLog	2011-12-02 18:44:54 UTC (rev 101826)
@@ -1,5 +1,13 @@
 2011-12-02  Gustavo Noronha Silva  <g...@gnome.org>
 
+        Add libffi to the jhbuild modules list as a glib dependency.
+
+        Rubber-stamped by Martin Robinson.
+
+        * gtk/jhbuild.modules:
+
+2011-12-02  Gustavo Noronha Silva  <g...@gnome.org>
+
         Build fix. Use internal pcre on glib, make gnutls a dependency of
         glib-networking, unset AR_FLAGS for jhbuild builds, and run jhbuild
         in non-interactive mode.

Modified: trunk/Tools/gtk/jhbuild.modules (101825 => 101826)


--- trunk/Tools/gtk/jhbuild.modules	2011-12-02 18:34:37 UTC (rev 101825)
+++ trunk/Tools/gtk/jhbuild.modules	2011-12-02 18:44:54 UTC (rev 101826)
@@ -15,6 +15,8 @@
 
   <repository type="tarball" name="github.com"
       href=""
+  <repository type="tarball" name="sourceware.org"
+      href=""
   <repository type="tarball" name="gnome.org"
       href=""
   <repository type="git" name="git.gnome.org"
@@ -37,7 +39,17 @@
             md5sum="647ee8ed266f9a4117c8d0a4855b3d3e"/>
   </tarball>
 
+  <autotools id="libffi" autogen-sh="configure">
+    <branch module="/pub/libffi/libffi-3.0.10.tar.gz" version="3.0.10"
+             repo="sourceware.org"
+             hash="sha256:f01eb9027e9eb56aeaeef636649877756d475d714ef8b47f627f65bc5f3b492f"
+             md5sum="79390673f5d07a8fb342bc09b5055b6f"/>
+  </autotools>
+
   <autotools id="glib">
+    <dependencies>
+      <dep package="libffi"/>
+    </dependencies>
     <branch module="/pub/GNOME/sources/glib/2.31/glib-2.31.2.tar.xz" version="2.31.2"
             repo="gnome.org"
             hash="sha256:19d7921671a487c3c5759a57df7b8508afdbadd7764d62a47a82fff7b399032b"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to