projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a44fb60
)
meson: drop unnecesary default value setting
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Wed, 26 Jul 2017 18:09:22 +0000
(14:09 -0400)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Wed, 26 Jul 2017 18:09:22 +0000
(14:09 -0400)
'true' is the default.
Follow-up for
7d77b8880d571447825bb6b0d61683d2e9d58895
.
meson_options.txt
patch
|
blob
|
history
diff --git
a/meson_options.txt
b/meson_options.txt
index 0cd8fb02e7f3f0c32c48d48da74f0f63d85592db..2c097db34b0d86035709ab7f1beadb19ff684250 100644
(file)
--- 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')