[totem/wip/hadess/fix-flatpak: 2/2] flatpak: Fix tracker options
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/fix-flatpak: 2/2] flatpak: Fix tracker options
- Date: Mon, 18 Feb 2019 15:50:46 +0000 (UTC)
commit 7586033a1d5d862e1eaa746acf56c5a1e500189c
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]