From: Nicolas Dufresne Date: Tue, 15 Sep 2020 18:22:13 +0000 (-0400) Subject: meson: Allow overriding qt5 feature X-Git-Tag: 1.19.3~509^2~410 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=64e89e43aa348194c025780a0593982ba8aa000b;p=platform%2Fupstream%2Fgstreamer.git meson: Allow overriding qt5 feature This will allow controlling that feature from gst-build Part-of: --- diff --git a/meson_options.txt b/meson_options.txt index 5c96f65..3dafe1f 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')