Skip to content
Snippets Groups Projects
Commit 5234b05f authored by Nirbheek Chauhan's avatar Nirbheek Chauhan :ant:
Browse files

meson_options.txt: Add an option to enable/disable tests

All subproject options yield to this.

Part-of: <!157>
parent 8ecede2f
No related branches found
No related tags found
No related merge requests found
......@@ -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)')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment