summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-06-23 20:03:47 +0100
committerSimon McVittie <smcv@collabora.com>2022-07-13 20:36:13 +0100
commit29a20c32845e4db702d5ffb7202b24c915eec854 (patch)
tree29248d12b1248750b88cc3eef363a6fe354a8b5b /meson_options.txt
parent60afeaa5d6430636bbd6e91a5b7c3a09e6facb66 (diff)
downloaddbus-29a20c32845e4db702d5ffb7202b24c915eec854.tar.gz
build: Make modular_tests an auto feature
These don't alter the contents of the non-test executables, so we can safely enable them whenever GLib is available. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 56969b2a..d628ad1f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -144,8 +144,8 @@ option(
option(
'modular_tests',
- type: 'boolean',
- value: false,
+ type: 'feature',
+ value: 'auto',
description: 'Enable modular regression tests (requires GLib)'
)