summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorStéphane Cerveau <scerveau@collabora.com>2020-07-15 15:01:37 +0200
committerStéphane Cerveau <scerveau@collabora.com>2020-10-06 09:48:20 +0200
commitc96dcd269808446962c7e7426e90dd5029e3dac3 (patch)
treee37b0818140b196a589e54ca7ccf58725c22e555 /meson_options.txt
parent89913b2f83be7158050cd4e55255f16da83db674 (diff)
downloadgstreamer-c96dcd269808446962c7e7426e90dd5029e3dac3.tar.gz
meson: make good and base optional
Be able to disable the base/good build on demand By default its always enabled. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/178>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index db487dd276..c285a3cff9 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,6 +2,8 @@
option('python', type : 'feature', value : 'auto')
option('libav', type : 'feature', value : 'auto')
option('libnice', type : 'feature', value : 'auto')
+option('base', type : 'feature', value : 'enabled')
+option('good', type : 'feature', value : 'enabled')
option('ugly', type : 'feature', value : 'auto')
option('bad', type : 'feature', value : 'auto')
option('devtools', type : 'feature', value : 'auto')