mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
meson: drop unnecesary default value setting
'true' is the default.
Follow-up for 7d77b8880d
.
This commit is contained in:
parent
a44fb6019f
commit
cd4823f6b0
@ -47,7 +47,7 @@ option('resolve', type : 'boolean',
|
|||||||
description : 'systemd-resolved stack')
|
description : 'systemd-resolved stack')
|
||||||
option('efi', type : 'boolean',
|
option('efi', type : 'boolean',
|
||||||
description : 'enable systemd-boot and bootctl')
|
description : 'enable systemd-boot and bootctl')
|
||||||
option('tpm', type : 'boolean', value : true,
|
option('tpm', type : 'boolean',
|
||||||
description : 'TPM should be used to log events and extend the registers')
|
description : 'TPM should be used to log events and extend the registers')
|
||||||
option('environment-d', type : 'boolean',
|
option('environment-d', type : 'boolean',
|
||||||
description : 'support for environment.d')
|
description : 'support for environment.d')
|
||||||
|
Loading…
Reference in New Issue
Block a user