I wanted to give a chance to emulators/qemu-sbruno, but I have a problem building it.
egl is something from mesa ? I have nvidia card, maybe this is the reason as they supplied own opengl stack?
Code:
In file included from ui/egl-helpers.c:11:
/var/ports/usr/ports/emulators/qemu-sbruno/work/qemu-bsd-user-6764363/include/ui/egl-helpers.h:10:55: error: unknown type name 'Window'
EGLSurface qemu_egl_init_surface_x11(EGLContext ectx, Window win);
^
ui/egl-helpers.c:30:55: error: unknown type name 'Window'
EGLSurface qemu_egl_init_surface_x11(EGLContext ectx, Window win)
^
2 errors generated.