summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2020-01-05 15:05:03 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2020-01-05 15:05:03 +0100
commit1357b04f2da33e8e4d4aa43ba3419651bcc229f5 (patch)
treea86ea86895d412170a4007b88c53e5b650e40623 /meson_options.txt
parenta255a78d7658ab5ffb439abc8685e806d17dd1ea (diff)
downloadgnome-contacts-1357b04f2da33e8e4d4aa43ba3419651bcc229f5.tar.gz
Make visible when using a development build
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 2d967a6..b83a1c7 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,3 +1,4 @@
+option('profile', type: 'combo', choices: [ 'default', 'development' ], value: 'default', description: 'Indicate whether this is a nightly build (used for CI purposes)')
option('cheese', type: 'boolean', value: true, description: 'Enable cheese webcam support.')
option('telepathy', type: 'boolean', value: false, description: 'Enable Telepathy call/chat support.')
option('manpage', type: 'boolean', value: true, description: 'Enable building man pages.')