]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Include new configure options in features list 15441/head
authorJakov Smolic <jakov.smolic@sartura.hr>
Wed, 15 Apr 2020 15:58:25 +0000 (17:58 +0200)
committerJakov Smolic <jakov.smolic@sartura.hr>
Thu, 16 Apr 2020 08:40:31 +0000 (10:40 +0200)
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
meson.build
meson_options.txt

index 8a9f4d08ed0475e846a08edd3e6c4a59a45b0e51..209971cc100fa9b423d208f594d9aa7f491d9946 100644 (file)
@@ -3500,6 +3500,8 @@ foreach tuple : [
         ['link-systemctl-shared', get_option('link-systemctl-shared')],
         ['link-networkd-shared',  get_option('link-networkd-shared')],
         ['link-timesyncd-shared', get_option('link-timesyncd-shared')],
+        ['kernel-install',        get_option('kernel-install')],
+        ['systemd-analyze',       get_option('analyze')],
 ]
 
         if tuple.length() >= 2
index 5daed21598434874676aa3742bc4121efd192979..3526645a5902a40bd87df3b86ba1f051ae8cc4fc 100644 (file)
@@ -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')