package/slirp: add host variant for host-qemu
Qemu 7.2 removed the slirp submodule from their sources [1] so we have to provide slirp library as host package for host-qemu. [1] https://wiki.qemu.org/ChangeLog/7.2#GIT_submodules Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
e2468404c7
commit
f603aa8514
@ -14,4 +14,7 @@ SLIRP_CPE_ID_PRODUCT = libslirp
|
||||
SLIRP_INSTALL_STAGING = YES
|
||||
SLIRP_DEPENDENCIES = libglib2
|
||||
|
||||
HOST_SLIRP_DEPENDENCIES = host-libglib2
|
||||
|
||||
$(eval $(meson-package))
|
||||
$(eval $(host-meson-package))
|
||||
|
Loading…
Reference in New Issue
Block a user