]> git.proxmox.com Git - mirror_qemu.git/commit - meson.build
slirp: Convert Makefile bits to meson bits
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 5 Oct 2020 09:31:15 +0000 (11:31 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 6 Oct 2020 06:34:41 +0000 (08:34 +0200)
commit4d34a86b2b4d28a2da66196c655a37888b85c036
tree7abcff12906c311a90d52912a78e0b3d93e4594d
parent20b0a9f4f6bbe41aaadf6681c16ac73d289203e1
slirp: Convert Makefile bits to meson bits

SLIRP uses Meson so it could become a subproject in the future,
but our choice of configure options is not yet supported in Meson
(https://github.com/mesonbuild/meson/pull/7740).

For now, build the library via the main meson.build just like for
capstone.

This improves the current state of affairs in that we will re-link
the qemu executables against a changed libslirp.a, which we wouldn't
do before-hand.

Tested-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile
configure
meson.build
meson_options.txt
net/meson.build
tests/qtest/meson.build