summaryrefslogtreecommitdiff
path: root/flatpak
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-02-18 16:38:33 +0100
committerBastien Nocera <hadess@hadess.net>2019-02-18 15:50:32 +0000
commit7586033a1d5d862e1eaa746acf56c5a1e500189c (patch)
tree28e460220853c9ae27d55a93c299ac8f5715a3a0 /flatpak
parentf7c8c0074e9d0adbc9f0eadc659ad96f6a26dd70 (diff)
downloadtotem-7586033a1d5d862e1eaa746acf56c5a1e500189c.tar.gz
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".
Diffstat (limited to 'flatpak')
-rw-r--r--flatpak/org.gnome.Totem.json4
1 files 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"
],