diff options
-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 |