mirror of
https://github.com/systemd/systemd.git
synced 2025-09-15 13:44:41 +03:00
meson: drop unnecesary default value setting
'true' is the default.
Follow-up for 7d77b8880d
.
This commit is contained in:
@@ -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')
|
||||||
|
Reference in New Issue
Block a user