meson: Always build systemd-measure

Same idea as with bootctl, we might be doing image builds from a
system that doesn't boot with UEFI but we still might want to measure
stuff for the image we're building so let's not gate this behind
ENABLE_BOOTLOADER.
This commit is contained in:
Daan De Meyer 2023-10-25 16:48:35 +02:00
parent dedb925eaf
commit 7e7ea1b1c8
2 changed files with 1 additions and 2 deletions

View file

@ -990,7 +990,7 @@ manpages = [
'systemd-makefs',
'systemd-mkswap@.service'],
''],
['systemd-measure', '1', [], 'ENABLE_BOOTLOADER'],
['systemd-measure', '1', [], ''],
['systemd-modules-load.service', '8', ['systemd-modules-load'], 'HAVE_KMOD'],
['systemd-mount', '1', ['systemd-umount'], ''],
['systemd-network-generator.service', '8', ['systemd-network-generator'], ''],

View file

@ -56,7 +56,6 @@ executables += [
'name' : 'systemd-measure',
'conditions' : [
'HAVE_BLKID',
'ENABLE_BOOTLOADER',
'HAVE_OPENSSL',
'HAVE_TPM2',
],