package/qemu: do not build the guest agent for the host

It does not make sense to build it for the host.

Signed-off-by: Carlos Santos <unixmania@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Carlos Santos 2023-03-22 20:14:53 -03:00 committed by Yann E. MORIN
parent b6861678e1
commit 97064a5eaa

View File

@ -479,6 +479,7 @@ define HOST_QEMU_CONFIGURE_CMDS
--disable-vnc-sasl \
--enable-slirp \
--enable-tools \
--disable-guest-agent \
$(HOST_QEMU_OPTS)
endef