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 <[email protected] <[email protected]>>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 <[email protected] <[email protected]>> Message-Id: <[email protected] <[email protected]>> Signed-off-by: Paolo Bonzini <[email protected] <[email protected]>>*
