OSDN Git Service

meson: use prefer_static option
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 14 Jul 2022 12:33:49 +0000 (14:33 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 May 2023 06:53:51 +0000 (08:53 +0200)
commita0cbd2e8496aa8a80241fca3b247a54709c5ed26
tree397e6269d0beb8efd9308e57fcf29e050d76cc36
parent3b087f79a48807f348ea61469175e66b28ba44de
meson: use prefer_static option

The option is new in Meson 0.63 and removes the need to pass "static:
true" to all dependency and find_library invocation.  Actually cleaning
up the invocations is left for a separate patch.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure
docs/devel/build-system.rst
meson.build
qga/meson.build