mirror of
https://github.com/systemd/systemd.git
synced 2025-09-17 21:45:23 +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')
|
||||
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')
|
||||
|
Reference in New Issue
Block a user