summaryrefslogtreecommitdiff
path: root/flatpak
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-02-07 20:59:29 +0100
committerBastien Nocera <hadess@hadess.net>2019-02-07 22:11:39 +0100
commit4a51288f85ebbaef8052929a33a3eb09a7d1845a (patch)
treee65a0f2536f81877dd7b78e65f6488be4f904087 /flatpak
parent6e55d1a18355f24f37205f6dacae38684f4ba2d5 (diff)
downloadtotem-4a51288f85ebbaef8052929a33a3eb09a7d1845a.tar.gz
flatpak: Fix missing plugins option value
The build options for the CI Flatpak build are in the CI definition, not in the Flatpak manifest, so commit 0a4d117 was broken. "false" isn't a valid value for that option, use "no" instead.
Diffstat (limited to 'flatpak')
-rw-r--r--flatpak/org.gnome.Totem.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/flatpak/org.gnome.Totem.json b/flatpak/org.gnome.Totem.json
index faceccb29..ff81ac582 100644
--- a/flatpak/org.gnome.Totem.json
+++ b/flatpak/org.gnome.Totem.json
@@ -249,7 +249,7 @@
"name": "totem",
"buildsystem": "meson",
"no-parallel-make": true,
- "config-opts": ["-Denable-easy-codec-installation=false"],
+ "config-opts": ["-Denable-easy-codec-installation=no"],
"sources": [
{
"type": "git",