summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-08-12 18:12:35 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-08-12 18:12:35 +0100
commit7be5b7b99e009c51ef4106bee656c9773da0e520 (patch)
treefec3486471404a03683db7f9f5cd9db87a2f620d /meson_options.txt
parent4b68e3e6583daa6f236a93adc197b83417c58ed8 (diff)
downloadgstreamer-plugins-base-7be5b7b99e009c51ef4106bee656c9773da0e520.tar.gz
meson: add build options to disable tools and tests
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index ec8061b0e..b0f8474f5 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -56,6 +56,8 @@ option('xvideo', type : 'feature', value : 'auto', description : 'X11 XVideo xvi
# Common feature options
option('examples', type : 'feature', value : 'auto', yield : true)
+option('tests', type : 'feature', value : 'auto', yield : true)
+option('tools', type : 'feature', value : 'auto', yield : true)
option('gtk_doc', type : 'feature', value : 'auto', yield : true, description : 'Build API documentation with gtk-doc')
option('introspection', type : 'feature', value : 'auto', yield : true, description : 'Generate gobject-introspection bindings')
option('nls', type : 'feature', value : 'auto', yield: true, description : 'Enable native language support (translations)')