]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: Always build systemd-measure 29708/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 25 Oct 2023 14:48:35 +0000 (16:48 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 25 Oct 2023 14:49:30 +0000 (16:49 +0200)
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.

man/rules/meson.build
src/boot/meson.build

index f664901ebb3c1688251161933dd1e447e3ab95c4..106b80f3149dc180522efd7ffc5477dc143093f8 100644 (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'], ''],
index c376744a7b734f03dd64662cf7b6c5516300cd93..55b9bd6294b0267150346a34f070f20eeae854af 100644 (file)
@@ -56,7 +56,6 @@ executables += [
                 'name' : 'systemd-measure',
                 'conditions' : [
                         'HAVE_BLKID',
-                        'ENABLE_BOOTLOADER',
                         'HAVE_OPENSSL',
                         'HAVE_TPM2',
                 ],