diff --git a/src/tpm2-setup/meson.build b/src/tpm2-setup/meson.build index 6cfafe7cc5..39fc97b91e 100644 --- a/src/tpm2-setup/meson.build +++ b/src/tpm2-setup/meson.build @@ -17,6 +17,8 @@ executables += [ 'name' : 'systemd-tpm2-clear', 'sources' : files('tpm2-clear.c'), 'conditions' : [ + 'ENABLE_BOOTLOADER', + 'HAVE_OPENSSL', 'HAVE_TPM2', ], },