meson: Add qt5 feature
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Tue, 15 Sep 2020 18:23:40 +0000 (14:23 -0400)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sat, 19 Sep 2020 00:25:18 +0000 (00:25 +0000)
This allow disabling qt5 across GStreamer with a single configuration.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/190>

meson_options.txt

index aabb961..db487dd 100644 (file)
@@ -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')