summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2018-04-01 12:55:01 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2018-04-01 12:55:01 +0200
commitb7201bad70db5fac262ccda4b4df74ad7fa27374 (patch)
tree78c9392ee2684504e30d0470ed9c691bfecffda0 /meson_options.txt
parent59c350aaf51b8f26b93130f4d0abe23d754f3827 (diff)
downloadgnome-contacts-b7201bad70db5fac262ccda4b4df74ad7fa27374.tar.gz
Meson: don't use 'auto' values for cheese option.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 7dc0cb2..40d2c52 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,4 @@
-option('with-cheese', type: 'combo', choices: ['yes', 'no', 'auto'], value: 'auto', description: 'enable cheese webcam support')
+option('with-cheese', type: 'boolean', value: true, description: 'Enable cheese webcam support.')
option('telepathy', type: 'boolean', value: true, description: 'Enable Telepathy call/chat support.')
option('with-manpage', type: 'boolean', value: true, description: 'enable building man pages')
option('docs', type: 'boolean', value: false, description: 'Whether to build the valadoc docs.')