From 7e1819d9e49084c9dc55064a6f21d0f7caa90da6 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Tue, 29 Oct 2019 15:15:28 +0100 Subject: build: Use meson feature for GStreamer and GTK --- meson_options.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson_options.txt') 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') -- cgit v1.2.1