Re: [PATCH v5 02/19] ui: compile out some qemu-pixman functions when !PIXMAN

2023-10-25 Thread Thomas Huth
On 23/10/2023 13.30, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau Those functions require the PIXMAN library. Signed-off-by: Marc-André Lureau --- include/ui/qemu-pixman.h | 7 +-- ui/qemu-pixman.c | 6 ++ 2 files changed, 11 insertions(+), 2 deletions(-) R

[PATCH v5 02/19] ui: compile out some qemu-pixman functions when !PIXMAN

2023-10-23 Thread marcandre . lureau
From: Marc-André Lureau Those functions require the PIXMAN library. Signed-off-by: Marc-André Lureau --- include/ui/qemu-pixman.h | 7 +-- ui/qemu-pixman.c | 6 ++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/include/ui/qemu-pixman.h b/include/ui/qemu-pixman.