diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-07-26 14:09:22 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-07-26 14:09:22 -0400 |
commit | cd4823f6b048b4625c9401813ef61830c8a24e80 (patch) | |
tree | 1205527d832261abfd7441ca8c08566900150bbe /meson_options.txt | |
parent | a44fb6019fa54258181341357c0a9273b5e8703f (diff) | |
download | systemd-cd4823f6b048b4625c9401813ef61830c8a24e80.tar.gz |
meson: drop unnecesary default value setting
'true' is the default.
Follow-up for 7d77b8880d571447825bb6b0d61683d2e9d58895.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 0cd8fb02e7..2c097db34b 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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') |