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>
This commit is contained in:
Jakov Smolic 2020-04-15 17:58:25 +02:00
parent dd0f79523f
commit f30bf4d937
No known key found for this signature in database
GPG Key ID: 68C3B85249E55CC6
2 changed files with 4 additions and 2 deletions

View 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

View 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')