summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorFelipe Borges <felipeborges@gnome.org>2019-10-08 18:35:26 +0200
committerRobert Ancell <robert.ancell@gmail.com>2019-10-14 20:25:39 +0000
commita1c48ce477f4e83c0e58e98d705768451a97206b (patch)
tree5d16efb0de06ebebba4beac446caa5474b5a31e4 /meson_options.txt
parent65c4dd000577b345c00ee1c3734829c829fc6bb9 (diff)
downloadgnome-control-center-a1c48ce477f4e83c0e58e98d705768451a97206b.tar.gz
flatpak: Use the Nightly variant of the application icon
For the "development" profile, lets use the Nightly variant, to visually indicate to users that they are running an unstable version of the application.
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
index a5cc9ec5a..78efb5885 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -5,3 +5,4 @@ option('ibus', type: 'boolean', value: true, description: 'build with IBus suppo
option('tests', type: 'boolean', value: true, description: 'build tests')
option('tracing', type: 'boolean', value: false, description: 'add extra debugging information')
option('wayland', type: 'boolean', value: true, description: 'build with Wayland support')
+option('profile', type: 'combo', choices: ['default','development'], value: 'default')