summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index b987ee51..6de516f8 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -5,6 +5,6 @@ option('plugins', type : 'array', choices : ['external', 'gst-launch', 'lms', 'm
option('engines', type : 'array', choices : ['simple', 'gstreamer'])
option('examples', type : 'boolean', value : 'true')
option('tests', type : 'boolean', value : 'true')
-option('gstreamer', type : 'boolean', value : 'true')
-option('gtk', type : 'boolean', value : 'true')
+option('gstreamer', type : 'feature', value : 'enabled')
+option('gtk', type : 'feature', value : 'enabled')
option('introspection', type: 'feature', value : 'auto')