summaryrefslogtreecommitdiff
path: root/units/meson.build
diff options
context:
space:
mode:
authorMichal Sekletar <msekleta@redhat.com>2021-08-30 18:38:09 +0200
committerLennart Poettering <lennart@poettering.net>2021-09-20 17:41:23 +0200
commit34357545590d4791d1acbbeb07ae8f7636e187cb (patch)
treeb73b0bf2fafc7a85b90cf5db5e4642862d98f302 /units/meson.build
parentfa4f366211ecbd123a067d568a8d3010024aaab8 (diff)
downloadsystemd-34357545590d4791d1acbbeb07ae8f7636e187cb.tar.gz
boot: don't build bootctl when -Dgnu-efi=false is set
Diffstat (limited to 'units/meson.build')
-rw-r--r--units/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/meson.build b/units/meson.build
index 9398df721e..dda57c2a2d 100644
--- a/units/meson.build
+++ b/units/meson.build
@@ -103,7 +103,7 @@ units = [
['systemd-ask-password-wall.path', '',
'multi-user.target.wants/'],
['systemd-ask-password-wall.service', ''],
- ['systemd-boot-system-token.service', 'ENABLE_EFI',
+ ['systemd-boot-system-token.service', 'HAVE_GNU_EFI',
'sysinit.target.wants/'],
['systemd-coredump.socket', 'ENABLE_COREDUMP',
'sockets.target.wants/'],