Re: [PATCH] meson: add pixman dependency to UI modules

2020-08-31 Thread Philippe Mathieu-Daudé
Le dim. 30 août 2020 17:46, Paolo Bonzini a écrit : > 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,

Re: [PATCH] meson: add pixman dependency to UI modules

2020-08-30 Thread Stefan Weil
Am 30.08.20 um 17:45 schrieb Paolo Bonzini: > 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, especial

[PATCH] meson: add pixman dependency to UI modules

2020-08-30 Thread Paolo Bonzini
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/