summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-08-18 21:22:42 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-08-18 21:27:24 +0100
commit71a35e7c8b82b163a2370aeaf4dd62800cf90a7c (patch)
tree8071e375a749a98db0cd17db8b8ea7080c4d4ca1 /meson_options.txt
parent0f86a27df9ea0dc515ba9cc80c974cd15fe1d05a (diff)
meson: add option to disable tests
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 c72110a5..4ba86f33 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -22,6 +22,7 @@ option('x264', type : 'feature', value : 'auto', description : 'H.264 video enco
option('nls', type : 'feature', value : 'auto', yield: true,
description : 'Enable native language support (translations)')
option('orc', type : 'feature', value : 'auto', yield : true)
+option('tests', type : 'feature', value : 'auto', yield : true)
option('gobject-cast-checks', type : 'feature', value : 'auto', yield : true,
description: 'Enable run-time GObject cast checks (auto = enabled for development, disabled for stable releases')
option('glib-asserts', type : 'feature', value : 'enabled', yield : true,