[fractal/libhandy-features] Flatpak: Pass correct config-opts to libhandy



commit e2e101865aa32045cbece0bf2b8f6d116ddd495a
Author: Felipe Borges <felipeborges gnome org>
Date:   Thu May 30 11:10:23 2019 +0000

    Flatpak: Pass correct config-opts to libhandy
    
    Since libhandy's commit
    https://source.puri.sm/Librem5/libhandy/commit/c1924cf87 the introspection
    and glade_catalog options are no longer boolean, but features that
    take either "enabled", "disabled" or "auto" arguments.

 flatpak/org.gnome.Fractal.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/flatpak/org.gnome.Fractal.json b/flatpak/org.gnome.Fractal.json
index 5d1dbb66..84690914 100644
--- a/flatpak/org.gnome.Fractal.json
+++ b/flatpak/org.gnome.Fractal.json
@@ -44,12 +44,12 @@
             "buildsystem" : "meson",
             "config-opts" : [
                 "-Dprofiling=false",
-                "-Dintrospection=true",
+                "-Dintrospection=enabled",
                 "-Dgtk_doc=false",
                 "-Dtests=false",
                 "-Dexamples=false",
                 "-Dvapi=false",
-                "-Dglade_catalog=false"
+                "-Dglade_catalog=disabled"
             ],
             "sources" : [
                 {


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