diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-04-15 17:58:25 +0200 |
---|---|---|
committer | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-04-16 10:40:31 +0200 |
commit | f30bf4d937de4ef69fedc4e73fabe43b8955bed6 (patch) | |
tree | 56f55d02d0975563a44f92057828a30ca98068e4 /meson_options.txt | |
parent | dd0f79523f04ea07575af0cdfc218b16e9010110 (diff) | |
download | systemd-f30bf4d937de4ef69fedc4e73fabe43b8955bed6.tar.gz |
Include new configure options in features list
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt index 5daed21598..3526645a59 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -363,6 +363,6 @@ option('oss-fuzz', type : 'boolean', value : 'false', option('llvm-fuzz', type : 'boolean', value : 'false', description : 'build against LLVM libFuzzer') option('kernel-install', type: 'boolean', value: 'true', - description : 'include kernel-install feature') + description : 'install kernel-install and associated files') option('analyze', type: 'boolean', value: 'true', - description : 'include systemd-analyze') + description : 'install systemd-analyze') |