summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2019-09-28 16:35:34 -0700
committerCosimo Cecchi <cosimoc@gnome.org>2019-09-28 17:40:44 -0700
commit258dfcb1082a4c78e5fe0bf036aa06d029bd790c (patch)
treeb0aa13e98003dca9e8f95cb3657f5a35d2bf4e1d /meson_options.txt
parentac4ce0bfd79f6927703c5b2835e25acd32d00c65 (diff)
downloadgnome-font-viewer-258dfcb1082a4c78e5fe0bf036aa06d029bd790c.tar.gz
Support building a nightly flatpak
This allows to build a development version of the flatpak that can be installed alongside the default one. We also switch the CI job to do that.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..a6631f6
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1 @@
+option('profile', type: 'combo', choices: ['default', 'development'], value: 'default', description: 'Build profiles')