qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 61/67] ui/spice: SPICE/QXL requires PIXMAN


From: Paolo Bonzini
Subject: Re: [PATCH 61/67] ui/spice: SPICE/QXL requires PIXMAN
Date: Mon, 4 Sep 2023 16:03:30 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

On 8/30/23 11:38, marcandre.lureau@redhat.com wrote:
diff --git a/ui/meson.build b/ui/meson.build
index b3525ef064..08d845d43a 100644
--- a/ui/meson.build
+++ b/ui/meson.build
@@ -133,7 +133,7 @@ if sdl.found()
    ui_modules += {'sdl' : sdl_ss}
  endif
-if spice.found()
+if spice.found() and pixman.found()

Does the spice chardev make sense without pixman? If not, please use the same .disable_auto_if and .require logic as VNC.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]