On 8/30/23 11:38, marcandre.lur...@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