From 64e89e43aa348194c025780a0593982ba8aa000b Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 15 Sep 2020 14:22:13 -0400 Subject: [PATCH] meson: Allow overriding qt5 feature This will allow controlling that feature from gst-build Part-of: --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 5c96f65425..3dafe1fdaf 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -64,7 +64,7 @@ option('osxaudio', type : 'feature', value : 'auto', description : 'macOS/iOS Co option('osxvideo', type : 'feature', value : 'auto', description : 'macOS Cocoa video sink plugin') option('png', type : 'feature', value : 'auto', description : 'PNG image codec plugin') option('pulse', type : 'feature', value : 'auto', description : 'Pulseaudio audio source/sink plugin') -option('qt5', type : 'feature', value : 'auto', description : 'Qt5 QML video sink plugin') +option('qt5', type : 'feature', value : 'auto', yield : true, description : 'Qt5 QML video sink plugin') option('shout2', type : 'feature', value : 'auto', description : 'Shout-casting network sink plugin based on libshout2') option('soup', type : 'feature', value : 'auto', description : 'libsoup HTTP client source/sink plugin') option('speex', type : 'feature', value : 'auto', description : 'Speex audio codec plugin')