summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2019-10-29 15:15:28 +0100
committerJens Georg <mail@jensge.org>2019-10-29 15:15:28 +0100
commit7e1819d9e49084c9dc55064a6f21d0f7caa90da6 (patch)
tree57b87419ee3e2011298963bdfb6f0983e715715d /meson_options.txt
parent11f4abbb214938d5cae56a57a5c7de8efe048ac9 (diff)
downloadrygel-7e1819d9e49084c9dc55064a6f21d0f7caa90da6.tar.gz
build: Use meson feature for GStreamer and GTK
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')