summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2020-01-24 23:36:12 +0500
committerAlexander Mikhaylenko <alexm@gnome.org>2020-01-24 23:36:12 +0500
commitf465b95d576ff3c61c18ad4a6006f24d37437cec (patch)
tree0990579e12e5e3e8a9c9da593fc20178c4affec9
parent09eda7b7742451c3f948628d2f1dcc284e82de5e (diff)
downloadtotem-wip/exalm/build.tar.gz
flatpak: Build with development profilewip/exalm/build
Fix the build in Builder.
-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 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",