summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2020-09-15 14:23:40 -0400
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2020-09-19 00:25:18 +0000
commit9e8ce49ac42b461a83098f8164915b19c0a78cfb (patch)
treec3da6a380327110e6fd27d67af64c166ae5ed6fe /meson_options.txt
parent5758e5461f9a25887672e30c2566879a24058bb1 (diff)
downloadgstreamer-9e8ce49ac42b461a83098f8164915b19c0a78cfb.tar.gz
meson: Add qt5 feature
This allow disabling qt5 across GStreamer with a single configuration. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/190>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
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')