Title: [239329] trunk/Tools
Revision
239329
Author
[email protected]
Date
2018-12-18 05:00:36 -0800 (Tue, 18 Dec 2018)

Log Message

Unreviewed, JHBuild GTK build fix attempt

* gtk/jhbuild.modules: There's no libffi in this moduleset anymore.
There's no ninja module either, it should be provided by the host system.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (239328 => 239329)


--- trunk/Tools/ChangeLog	2018-12-18 08:16:14 UTC (rev 239328)
+++ trunk/Tools/ChangeLog	2018-12-18 13:00:36 UTC (rev 239329)
@@ -1,3 +1,11 @@
+2018-12-18  Philippe Normand  <[email protected]>
+
+        Unreviewed, JHBuild GTK build fix attempt
+
+        * gtk/jhbuild.modules: There's no libffi in this moduleset anymore.
+        There's no ninja module either, it should be provided by the
+        host system.
+
 2018-12-17  Chris Dumez  <[email protected]>
 
         Allow passing nil as session state to [WKWebView _restoreSessionState:]

Modified: trunk/Tools/gtk/jhbuild.modules (239328 => 239329)


--- trunk/Tools/gtk/jhbuild.modules	2018-12-18 08:16:14 UTC (rev 239328)
+++ trunk/Tools/gtk/jhbuild.modules	2018-12-18 13:00:36 UTC (rev 239329)
@@ -213,9 +213,6 @@
 
   <meson id="glib"
          mesonargs="-Dlibmount=false -Dselinux=false">
-    <dependencies>
-      <dep package="libffi"/>
-    </dependencies>
     <branch module="/pub/GNOME/sources/glib/2.58/glib-${version}.tar.xz" version="2.58.1"
             repo="ftp.gnome.org"
             hash="sha256:97d6a9d926b6aa3dfaadad3077cfb43eec74432ab455dff14250c769d526d7d6">
@@ -513,9 +510,6 @@
             module="mesonbuild/meson/releases/download/${version}/meson-${version}.tar.gz"
             checkoutdir="meson-${version}"
             hash="sha256:425d12edbb81498314926afa93a3eb2fca4ca6929cbe0f8abeb6ab45d1d9fa8f"/>
-    <dependencies>
-      <dep package="ninja"/>
-    </dependencies>
   </distutils>
 
   <autotools id="xdg-dbus-proxy" autogen-sh="configure">
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to