mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
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>
This commit is contained in:
parent
5758e5461f
commit
9e8ce49ac4
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue