summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2017-09-11 20:49:34 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2017-09-11 20:58:49 +0200
commiteb627bf5a92aa8491ac6d9f99049b2215c0ffbb5 (patch)
treee13c926a0bbc0930c6745891ae236993d745253c /meson_options.txt
parent332ddab435dd49eacace7d882a08c6edb61d301a (diff)
downloadgnome-contacts-eb627bf5a92aa8491ac6d9f99049b2215c0ffbb5.tar.gz
Meson: allow 'auto' value for `with-cheese`.
This brings the options up par with the autotools build.
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 d8d3bf2..040299d 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,2 +1,2 @@
-option('with-cheese', type: 'boolean', value: true, description: 'enable cheese webcam support')
+option('with-cheese', type: 'combo', choices: ['yes', 'no', 'auto'], value: 'auto', description: 'enable cheese webcam support')
option('with-manpage', type: 'boolean', value: true, description: 'enable building man pages')