summaryrefslogtreecommitdiff
path: root/flatpak
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-02-27 00:51:23 +0100
committerBastien Nocera <hadess@hadess.net>2020-02-27 00:55:26 +0100
commitd7886d58e36b37cf5d5534884b6116b470d3a0a7 (patch)
treed0abe15f8106d1cbaed1d4f9bf2df857d65aaa65 /flatpak
parentfaae2eac21b375477c0c63c87e898186b7ca970e (diff)
downloadtotem-d7886d58e36b37cf5d5534884b6116b470d3a0a7.tar.gz
flatpak: Sync totem build options
So that building by hand uses the same options as in the CI.
Diffstat (limited to 'flatpak')
-rw-r--r--flatpak/org.gnome.Totem.Devel.json5
1 files changed, 4 insertions, 1 deletions
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",