]> git.ipfire.org Git - thirdparty/qemu.git/commit
meson: do not link pixman automatically into all targets
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 8 Apr 2024 15:53:13 +0000 (17:53 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 Apr 2024 09:17:27 +0000 (11:17 +0200)
commit6190fd61d4d632cef58409ceac42d2b9882601c6
treed1ce59c65636be1e023f97623916fb8fc99a9414
parent62dbe54c24dbf77051bafe1039c31ddc8f37602d
meson: do not link pixman automatically into all targets

The dependency on pixman is listed manually in all sourcesets that need it.
There is no need to bring into libqemuutil, since there is nothing in
util/ that needs pixman either.

Reported-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20240408155330.522792-2-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson.build