1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-24 02:03:54 +03:00

meson: Fix pcrphase unit conditions

This commit is contained in:
Daan De Meyer 2022-10-10 16:17:22 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 88ee6a9e4b
commit 9377e53f4f

View File

@ -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/'],
]