summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2018-12-11 10:37:29 +0000
committerEric Engestrom <eric.engestrom@intel.com>2018-12-11 17:48:33 +0000
commit9ba8619702a6b540c8751c40027e3d4323b14592 (patch)
treea3c47ca81f53d8834a3729e1b270f77f761d6afa /meson_options.txt
parent6dec085e8cbaf12fed983ebb75fd80d8dcf17a8a (diff)
downloadkmscube-9ba8619702a6b540c8751c40027e3d4323b14592.tar.gz
meson: use `feature` option to simplify the code
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Lyude Paul <lyude@redhat.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 4bf5be9..1ed8abc 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,7 +1,5 @@
option(
'gstreamer',
- type : 'combo',
- value : 'auto',
- choices : ['auto', 'true', 'false'],
+ type : 'feature',
description : 'Enable support for gstreamer and cube-video'
)