[totem/wip/exalm/build] flatpak: Build with development profile



commit f465b95d576ff3c61c18ad4a6006f24d37437cec
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri Jan 24 23:36:12 2020 +0500

    flatpak: Build with development profile
    
    Fix the build in Builder.

 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 34247fd3b..458522c88 100644
--- a/flatpak/org.gnome.Totem.Devel.json
+++ b/flatpak/org.gnome.Totem.Devel.json
@@ -303,7 +303,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]