Title: [237178] trunk/Tools
Revision
237178
Author
[email protected]
Date
2018-10-16 03:04:01 -0700 (Tue, 16 Oct 2018)

Log Message

[GTK][JHBuild] Disable libmount support in glib

Rubber-stamped by Alejandro G. Castro.

This feature doesn't seem required for our setup.

* gtk/jhbuild.modules:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (237177 => 237178)


--- trunk/Tools/ChangeLog	2018-10-16 09:44:08 UTC (rev 237177)
+++ trunk/Tools/ChangeLog	2018-10-16 10:04:01 UTC (rev 237178)
@@ -1,3 +1,13 @@
+2018-10-16  Philippe Normand  <[email protected]>
+
+        [GTK][JHBuild] Disable libmount support in glib
+
+        Rubber-stamped by Alejandro G. Castro.
+
+        This feature doesn't seem required for our setup.
+
+        * gtk/jhbuild.modules:
+
 2018-10-15  Justin Fan  <[email protected]>
 
         Add WebGPU 2018 feature flag and experimental feature flag

Modified: trunk/Tools/gtk/jhbuild.modules (237177 => 237178)


--- trunk/Tools/gtk/jhbuild.modules	2018-10-16 09:44:08 UTC (rev 237177)
+++ trunk/Tools/gtk/jhbuild.modules	2018-10-16 10:04:01 UTC (rev 237178)
@@ -210,7 +210,7 @@
 
   <autotools id="glib"
              autogen-sh="configure"
-             autogenargs="--disable-dtrace">
+             autogenargs="--disable-dtrace --disable-libmount">
     <dependencies>
       <dep package="libffi"/>
     </dependencies>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to