On 2/16/22 10:56, Peter Maydell wrote:
Hi; this fails to build on OpenBSD (on the tests/vm/ setup).Meson thinks it's found OpenGL: OpenGL support (epoxy) : YES 1.5.4 but either it's wrong or else it's not putting the right include directory onto the path, because the compiler fails to find the headers: In file included from ../src/hw/arm/virt.c:42: In file included from /home/qemu/qemu-test.sr5128/src/include/hw/vfio/vfio-calxeda-xgmac.h:17: In file included from /home/qemu/qemu-test.sr5128/src/include/hw/vfio/vfio-platform.h:20: In file included from /home/qemu/qemu-test.sr5128/src/include/hw/vfio/vfio-common.h:27: /home/qemu/qemu-test.sr5128/src/include/ui/console.h:11:11: fatal error: 'epoxy/gl.h' file not found # include <epoxy/gl.h> ^~~~~~~~~~~~ 1 error generated.
Yeah, there's a lot of uses of ui/console.h and they all need epoxy/gl.h. That's in need of some cleanup.
Paolo
