From: Nicolas Dufresne Date: Tue, 15 Sep 2020 18:23:40 +0000 (-0400) Subject: meson: Add qt5 feature X-Git-Tag: 1.19.3~481^2~71 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e8ce49ac42b461a83098f8164915b19c0a78cfb;p=platform%2Fupstream%2Fgstreamer.git meson: Add qt5 feature This allow disabling qt5 across GStreamer with a single configuration. Part-of: --- diff --git a/meson_options.txt b/meson_options.txt index aabb961..db487dd 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -13,6 +13,7 @@ option('sharp', type : 'feature', value : 'disabled') option('rs', type : 'feature', value : 'disabled') option('gst-examples', type : 'feature', value : 'auto', description : 'Build gst-examples') option('tls', type : 'feature', value : 'auto', description : 'TLS support using glib-networking') +option('qt5', type : 'feature', value : 'auto', description : 'Qt5 Support') # Other options option('custom_subprojects', type : 'string', value : '', description : 'Comma-separated project names')