summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2022-02-22 10:49:46 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2022-02-22 11:17:21 +0000
commit678ba020337d93552251e2c05bd68c84218f8c8b (patch)
treeea45f58157eb6677c0d66fe75e3abf9cc1268946 /meson_options.txt
parent22049270c0432b36e870f9acef6ab7336e153238 (diff)
downloadsystemd-678ba020337d93552251e2c05bd68c84218f8c8b.tar.gz
meson: allow skipping optional dependencies
mostly to make sure that systemd is buildable without some dependencies but other than that it should make it easier to build it with MSan without having to compile all the dependencies with MSan.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index fa8c0b5e3f..5d635748d5 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -484,3 +484,6 @@ option('analyze', type: 'boolean', value: 'true',
option('bpf-framework', type : 'combo', choices : ['auto', 'true', 'false'],
description: 'build BPF programs from source code in restricted C')
+
+option('skip-deps', type : 'boolean', value : 'false',
+ description : 'skip optional dependencies')