summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-06-11 13:19:18 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2020-06-11 13:19:18 +0530
commit5234b05f929ccac15a43382f1d4b0b6cf98e6854 (patch)
treee2640dad6b980e096ece452694e1d2a57c3f6411 /meson_options.txt
parent8ecede2ff1d3cd8b4b545005ce9a200af3ebb287 (diff)
downloadgstreamer-5234b05f929ccac15a43382f1d4b0b6cf98e6854.tar.gz
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>
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 498dddd0d5..eb5063df71 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -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)')