Browse Source
This allows to build with --enable-slirp / -D slirp=enabled, even when libslirp is not installed on the system. "meson subprojects download" will pull it from git in that case. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20230302131848.1527460-4-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>pull/235/head
committed by
Paolo Bonzini
2 changed files with 8 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||
[wrap-git] |
|||
url = https://gitlab.freedesktop.org/slirp/libslirp |
|||
revision = 15c52d697529eb3e78c5d8aa324d61715bce33b6 |
|||
|
|||
[provide] |
|||
slirp = libslirp_dep |
|||
Loading…
Reference in new issue