diff options
author | Jan Janssen <medhefgo@web.de> | 2023-08-10 16:33:37 +0200 |
---|---|---|
committer | Jan Janssen <medhefgo@web.de> | 2023-08-23 14:45:02 +0200 |
commit | 847e5585b6784160546c6a6cb1ca2471a459f926 (patch) | |
tree | 2582adf117a5fd140430d404b964676056d0d8e2 /meson_options.txt | |
parent | meson: Convert options to meson features (require) (diff) | |
download | systemd-847e5585b6784160546c6a6cb1ca2471a459f926.tar.xz systemd-847e5585b6784160546c6a6cb1ca2471a459f926.zip |
meson: Convert bpf-framework to meson feature
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 4cdb07ef7b..8dbf9537a1 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -504,7 +504,7 @@ option('analyze', type: 'boolean', value: true, option('bpf-compiler', type : 'combo', choices : ['clang', 'gcc'], description: 'compiler used to build BPF programs') -option('bpf-framework', type : 'combo', choices : ['auto', 'true', 'false'], +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, |