diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-18 08:38:53 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-18 08:38:53 +0200 |
commit | 27e49748cad506c16f177150db501e86a079e7ee (patch) | |
tree | 89d318e1773fdc9c45f404841a08bebb96a102d6 /shell-completion/bash | |
parent | shell-completion: add missing args to bash systemd-nspawn (diff) | |
download | systemd-27e49748cad506c16f177150db501e86a079e7ee.tar.xz systemd-27e49748cad506c16f177150db501e86a079e7ee.zip |
shell-completion: add systemd-vmspawn to meson.build
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'shell-completion/bash')
-rw-r--r-- | shell-completion/bash/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell-completion/bash/meson.build b/shell-completion/bash/meson.build index 3fb7475427..91635df74a 100644 --- a/shell-completion/bash/meson.build +++ b/shell-completion/bash/meson.build @@ -51,6 +51,7 @@ items = [['busctl', ''], ['systemd-dissect', 'HAVE_BLKID'], ['systemd-resolve', 'ENABLE_RESOLVE'], ['systemd-sysext', 'ENABLE_SYSEXT'], + ['systemd-vmspawn', 'ENABLE_VMSPAWN'], ['timedatectl', 'ENABLE_TIMEDATED']] foreach item : items |