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



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

    flatpak: Fix missing plugins option value
    
    The CI seemed to ignore the new config-opts we passed to totem,
    in commit 0a4d117. "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]