[totem/wip/hadess/bug-fixes: 2/4] flatpak: Fix missing plugins option value



commit 4a51288f85ebbaef8052929a33a3eb09a7d1845a
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Feb 7 20:59:29 2019 +0100

    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.

 flatpak/org.gnome.Totem.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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",


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