[gnome-continuous] Fix the syntax for the GLib configuration options



commit d1d20cc3f72a066240e21774e209939368b32b8f
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Nov 29 16:55:03 2017 +0000

    Fix the syntax for the GLib configuration options
    
    This is why we should remove 'auto' options and use boolean flags.

 manifest.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 330f7c4..ce3a692 100644
--- a/manifest.json
+++ b/manifest.json
@@ -74,7 +74,7 @@
                {"src": "gnome:glib",
                 "component": "minimal",
                  "requires": {"pkgconfig": ["libffi >= 3.0.10"]},
-                 "config-opts": ["-Dwith-pcre=internal", "-Dwith-docs=false", "-Dwith-man=false"],
+                 "config-opts": ["-Dwith-pcre=internal", "-Dwith-docs=no", "-Dwith-man=no"],
                  "irc_room": "gtk+"},
 
                {"src": "gnome:gnome-common",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]