[totem/wip/hadess/fix-flatpak] flatpak: Fix tracker options



commit cb26f8257300dea4f78555ccf367d8847cbc8ac2
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Feb 18 16:38:33 2019 +0100

    flatpak: Fix tracker options
    
    meson.build:1:0: ERROR:  Value "no" for combo option "network_manager" is not one of the choices. 
Possible choices are: "enabled", "disabled", "auto".
    meson.build:1:0: ERROR:  Value "no" for combo option "stemmer" is not one of the choices. Possible 
choices are: "enabled", "disabled", "auto".

 flatpak/org.gnome.Totem.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/flatpak/org.gnome.Totem.json b/flatpak/org.gnome.Totem.json
index c7669bb48..f581090ff 100644
--- a/flatpak/org.gnome.Totem.json
+++ b/flatpak/org.gnome.Totem.json
@@ -148,8 +148,8 @@
                 "-Ddocs=false",
                 "-Dfunctional_tests=false",
                 "-Djournal=false",
-                "-Dnetwork_manager=no",
-                "-Dstemmer=no",
+                "-Dnetwork_manager=disabled",
+                "-Dstemmer=disabled",
                 "-Dbash_completion=no",
                 "-Dsystemd_user_services=no"
             ],


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