mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
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:
parent
dd0f79523f
commit
f30bf4d937
@ -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
|
||||
|
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user