summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJan Janssen <medhefgo@web.de>2023-08-10 18:11:25 +0200
committerJan Janssen <medhefgo@web.de>2023-08-23 14:57:49 +0200
commit7f9a0d6d74588c70af87683cd5d7c21b51c782b8 (patch)
treed9f921d9e35ff90611fe03b2868f2026e4100c05 /meson_options.txt
parentmeson: Convert more options to meson features (diff)
downloadsystemd-7f9a0d6d74588c70af87683cd5d7c21b51c782b8.tar.xz
systemd-7f9a0d6d74588c70af87683cd5d7c21b51c782b8.zip
meson: Drop skip-deps option
Now that we use meson feature options for our dependencies, we can just rely on '--auto-features=disabled' to do the same. One benefit of this is that specific features can still be force-enabled by overriding it with the appropriate '-Dfeature=enabled' flag. The two remaining uses for skip-deps can simply rely on their default logic that sets the value to 'no' when the dependency is disabled.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 95f046fb99..b8116bcedd 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -506,6 +506,3 @@ option('bpf-compiler', type : 'combo', choices : ['clang', 'gcc'],
description: 'compiler used to build BPF programs')
option('bpf-framework', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
description: 'build BPF programs from source code in restricted C')
-
-option('skip-deps', type : 'boolean', value : false,
- description : 'skip optional dependencies')