[totem/wip/hadess/fix-flatpak: 2/2] flatpak: Sync totem build options



commit d7886d58e36b37cf5d5534884b6116b470d3a0a7
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Feb 27 00:51:23 2020 +0100

    flatpak: Sync totem build options
    
    So that building by hand uses the same options as in the CI.

 flatpak/org.gnome.Totem.Devel.json | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/flatpak/org.gnome.Totem.Devel.json b/flatpak/org.gnome.Totem.Devel.json
index 95ab55cef..25023aa99 100644
--- a/flatpak/org.gnome.Totem.Devel.json
+++ b/flatpak/org.gnome.Totem.Devel.json
@@ -302,7 +302,10 @@
             "name": "totem",
             "buildsystem": "meson",
             /* Keep in sync with .gitlab-ci.yml */
-            "config-opts": ["-Denable-easy-codec-installation=no"],
+            "config-opts": [
+                "-Denable-easy-codec-installation=no",
+                "-Dprofile=development"
+            ],
             "sources": [
                 {
                     "type": "git",


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