From: Arthur Zamarin Date: Sat, 18 May 2024 06:38:53 +0000 (+0300) Subject: shell-completion: add systemd-vmspawn to meson.build X-Git-Tag: v256-rc3~36^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F32909%2Fhead;p=thirdparty%2Fsystemd.git shell-completion: add systemd-vmspawn to meson.build Signed-off-by: Arthur Zamarin --- diff --git a/shell-completion/bash/meson.build b/shell-completion/bash/meson.build index 3fb74754279..91635df74a5 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