summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-07-13 19:37:07 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-07-13 19:37:07 -0400
commit7d77b8880d571447825bb6b0d61683d2e9d58895 (patch)
treec8e5a0bdc1faee5d4f614a12790da714c4e6c01f /meson_options.txt
parent303608c1bcf9568371625fbbd9442946cadba422 (diff)
downloadsystemd-7d77b8880d571447825bb6b0d61683d2e9d58895.tar.gz
build-sys: enable tpm by default
It's been on in Fedora for ages, and it seems strange to have a feature that's off by default.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 1594fec41f..0cd8fb02e7 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 : false,
+option('tpm', type : 'boolean', value : true,
description : 'TPM should be used to log events and extend the registers')
option('environment-d', type : 'boolean',
description : 'support for environment.d')