summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2021-09-21 22:47:42 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-09-22 08:47:59 +0900
commit220261ef940a126588b20a1765a2501811473839 (patch)
tree63363c27fa6a376bde089a5baf3baa3456e5c7e4 /units
parent7e99216c1dde13097ffda370064dd29d4dfd87cb (diff)
downloadsystemd-220261ef940a126588b20a1765a2501811473839.tar.gz
unit: install the systemd-bless-boot.service only if we have gnu-efi
Follow-up to #20591.
Diffstat (limited to 'units')
-rw-r--r--units/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/meson.build b/units/meson.build
index 59ed04afde..93c3bf608a 100644
--- a/units/meson.build
+++ b/units/meson.build
@@ -183,7 +183,7 @@ in_units = [
['systemd-backlight@.service', 'ENABLE_BACKLIGHT'],
['systemd-binfmt.service', 'ENABLE_BINFMT',
'sysinit.target.wants/'],
- ['systemd-bless-boot.service', 'ENABLE_EFI HAVE_BLKID'],
+ ['systemd-bless-boot.service', 'HAVE_GNU_EFI HAVE_BLKID'],
['systemd-boot-check-no-failures.service', ''],
['systemd-coredump@.service', 'ENABLE_COREDUMP'],
['systemd-pstore.service', 'ENABLE_PSTORE'],