According to the commit below, configure qemu like this: $ ./configure --enable-debug --enable-slirp
and even before configure, i did: $ meson subprojects download but qemu still builded with native libslirp, then how can I build with slirp.wrap? even when libslirp is installed on the system. *commit 0abe33c13adb0ef67bfbbdce30dc5d9735899906* *Author: Marc-André Lureau <marcandre.lur...@redhat.com <marcandre.lur...@redhat.com>>Date: Thu Mar 2 17:18:47 2023 +0400 build-sys: add slirp.wrap 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.lur...@redhat.com <marcandre.lur...@redhat.com>> Message-Id: <20230302131848.1527460-4-marcandre.lur...@redhat.com <20230302131848.1527460-4-marcandre.lur...@redhat.com>> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com <pbonz...@redhat.com>>*