summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorFranck Bui <fbui@suse.com>2022-03-31 11:17:10 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-03-31 21:12:05 +0900
commitf887eab1da85d0053321d43228042d90720eb77e (patch)
tree77b285ce7da649901d7d0883cbc784fff7cb35cd /shell-completion
parentf81ac115dc1b2688756ffc78599ce98f31c57195 (diff)
downloadsystemd-f887eab1da85d0053321d43228042d90720eb77e.tar.gz
meson: build kernel-install man page when necessary
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/meson.build2
-rw-r--r--shell-completion/zsh/meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/shell-completion/bash/meson.build b/shell-completion/bash/meson.build
index 963a11b6ce..ae6a61e555 100644
--- a/shell-completion/bash/meson.build
+++ b/shell-completion/bash/meson.build
@@ -31,7 +31,7 @@ items = [['busctl', ''],
['systemd-path', ''],
['systemd-run', ''],
['udevadm', ''],
- ['kernel-install', ''],
+ ['kernel-install', 'ENABLE_KERNEL_INSTALL'],
['bootctl', 'HAVE_GNU_EFI'],
['coredumpctl', 'ENABLE_COREDUMP'],
['homectl', 'ENABLE_HOMED'],
diff --git a/shell-completion/zsh/meson.build b/shell-completion/zsh/meson.build
index 6dca9dd595..bac531798c 100644
--- a/shell-completion/zsh/meson.build
+++ b/shell-completion/zsh/meson.build
@@ -22,7 +22,7 @@ items = [['_busctl', ''],
['_systemd-path', ''],
['_systemd-run', ''],
['_udevadm', ''],
- ['_kernel-install', ''],
+ ['_kernel-install', 'ENABLE_KERNEL_INSTALL'],
['_sd_hosts_or_user_at_host', ''],
['_sd_outputmodes', ''],
['_sd_unit_files', ''],