From: Daan De Meyer Date: Mon, 10 Oct 2022 14:17:22 +0000 (+0200) Subject: meson: Fix pcrphase unit conditions X-Git-Tag: v252-rc2~74 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9377e53f4f3639f258f363517e9a8cccd8da174c;p=thirdparty%2Fsystemd.git meson: Fix pcrphase unit conditions --- diff --git a/units/meson.build b/units/meson.build index 072640e9925..90a364a40c5 100644 --- a/units/meson.build +++ b/units/meson.build @@ -260,9 +260,9 @@ in_units = [ 'sysinit.target.wants/ initrd-root-fs.target.wants/'], ['user-runtime-dir@.service', ''], ['user@.service', ''], - ['systemd-pcrphase-initrd.service', 'HAVE_GNU_EFI ENABLE_INITRD', + ['systemd-pcrphase-initrd.service', 'HAVE_GNU_EFI HAVE_OPENSSL HAVE_TPM2 ENABLE_INITRD', 'initrd.target.wants/'], - ['systemd-pcrphase.service', 'HAVE_GNU_EFI', + ['systemd-pcrphase.service', 'HAVE_GNU_EFI HAVE_OPENSSL HAVE_TPM2', 'sysinit.target.wants/'], ]