mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +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')
|
||||
option('efi', type : 'boolean',
|
||||
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')
|
||||
option('environment-d', type : 'boolean',
|
||||
description : 'support for environment.d')
|
||||
|
Loading…
Reference in New Issue
Block a user