summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorLyude Paul <lyude@redhat.com>2018-12-09 16:29:22 -0500
committerLyude Paul <lyude@redhat.com>2018-12-09 17:23:03 -0500
commita716b42e11c8916bc65411be1dfdf83f0ebc5df0 (patch)
treee3b3c0c278a1c4b9cfa1327cf9b3d73714655341 /meson_options.txt
parent78d23c9eeb87c66e5bd8efa8c543cd35c2d01036 (diff)
downloadkmscube-a716b42e11c8916bc65411be1dfdf83f0ebc5df0.tar.gz
Add meson support
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..4bf5be9
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,7 @@
+option(
+ 'gstreamer',
+ type : 'combo',
+ value : 'auto',
+ choices : ['auto', 'true', 'false'],
+ description : 'Enable support for gstreamer and cube-video'
+)