meson: add pixman dependency to UI modules
commit289e12dbc4864cebf0f64987898ae9da9d0c7839
authorPaolo Bonzini <pbonzini@redhat.com>
Sun, 30 Aug 2020 15:45:07 +0000 (30 17:45 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 1 Sep 2020 12:51:34 +0000 (1 08:51 -0400)
tree2d6b21a583f2a67a7a5b627f44e6b5d8d806eb21
parenta03e2cd749f1029f21c3ddc8913b0ffa8acd8cb8
meson: add pixman dependency to UI modules

Pixman used to be included directly in QEMU_CFLAGS and therefore the
include path was added to every compiler invocation.  Now that (just
like basically everything else) it is a separate dependency, we
need to add it to all build target, especially UI modules that need
it due to their including ui/console.h.

Reported-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
ui/meson.build