mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
meson_options.txt: Add an option to enable/disable tests
All subproject options yield to this. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/157>
This commit is contained in:
parent
8ecede2ff1
commit
5234b05f92
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ option('gst-full-libraries', type : 'array', value : [],
|
|||
description : '''List of libraries to expose in gstreamer-full's ABI. gstreamer, glib and gobject are always included.''')
|
||||
|
||||
# Common options, automatically inherited by subprojects
|
||||
option('tests', type : 'feature', value : 'auto', description : 'Build tests')
|
||||
option('examples', type : 'feature', value : 'auto', description : 'Build examples')
|
||||
option('introspection', type : 'feature', value : 'auto', description : 'Generate introspection data')
|
||||
option('nls', type : 'feature', value : 'auto', description : 'Enable native language support (translations)')
|
||||
|
|
Loading…
Reference in a new issue