mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
When pixman is not installed (or too old), but virglrenderer is available
and "configure" has been run with "--disable-system", the build currently
aborts when trying to compile vhost-user-gpu (since it requires pixman).
Let's skip the build of vhost-user-gpu when pixman is not installed or
too old. Instead of adding CONFIG_PIXMAN, it is simpler to move the
detection to pixman.
Based on a patch by Thomas Huth. <thuth@redhat.com>
Fixes:
|
||
|---|---|---|
| .. | ||
| 50-qemu-gpu.json.in | ||
| meson.build | ||
| vhost-user-gpu.c | ||
| virgl.c | ||
| virgl.h | ||
| vugbm.c | ||
| vugbm.h | ||
| vugpu.h | ||