From 9e8ce49ac42b461a83098f8164915b19c0a78cfb Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 15 Sep 2020 14:23:40 -0400 Subject: [PATCH] meson: Add qt5 feature This allow disabling qt5 across GStreamer with a single configuration. Part-of: --- meson_options.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/meson_options.txt b/meson_options.txt index aabb9611cc..db487dd276 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')