From 27e49748cad506c16f177150db501e86a079e7ee Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 18 May 2024 09:38:53 +0300 Subject: [PATCH] shell-completion: add systemd-vmspawn to meson.build Signed-off-by: Arthur Zamarin --- shell-completion/bash/meson.build | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3