diff options
Diffstat (limited to 'shell-completion/bash')
-rw-r--r-- | shell-completion/bash/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/meson.build b/shell-completion/bash/meson.build index 0946bc5b54..1196795814 100644 --- a/shell-completion/bash/meson.build +++ b/shell-completion/bash/meson.build @@ -33,7 +33,7 @@ items = [['busctl', ''], ['systemd-run', ''], ['udevadm', ''], ['kernel-install', ''], - ['bootctl', 'ENABLE_EFI'], + ['bootctl', 'HAVE_GNU_EFI'], ['coredumpctl', 'ENABLE_COREDUMP'], ['homectl', 'ENABLE_HOMED'], ['hostnamectl', 'ENABLE_HOSTNAMED'], |