summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJan Janssen <medhefgo@web.de>2023-01-08 09:07:22 +0100
committerLennart Poettering <lennart@poettering.net>2023-01-09 09:52:55 +0100
commitd84bdadb434c1c07a9dd548f757ada0e2909262f (patch)
treeecb8e424070f46c1647a2daadfc26cee5411af69 /meson.build
parent4f79f545b3c46c358666c9f5f2b384fe50aac4b4 (diff)
downloadsystemd-d84bdadb434c1c07a9dd548f757ada0e2909262f.tar.gz
boot: Remove option TPM PCR compat option
It says remove in 2023; happy to oblige.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index f0159176a4..e75a837d20 100644
--- a/meson.build
+++ b/meson.build
@@ -310,8 +310,6 @@ conf.set_quoted('STATUS_UNIT_FORMAT_DEFAULT_STR', status_unit_format
conf.set10('FIRST_BOOT_FULL_PRESET', get_option('first-boot-full-preset'))
-conf.set10('EFI_TPM_PCR_COMPAT', get_option('efi-tpm-pcr-compat'))
-
#####################################################################
cc = meson.get_compiler('c')