meson: drop unnecesary default value setting

'true' is the default.
Follow-up for 7d77b8880d.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-07-26 14:09:22 -04:00
parent a44fb6019f
commit cd4823f6b0
1 changed files with 1 additions and 1 deletions

View File

@ -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')