mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
a3101c9454
EGL is window system agnostic, but its egl.h header includex X11 headers by default. Use the MESA_EGL_NO_X11_HEADERS define to avoid it, fixing the "nox11" build for systems without X11 headers installed. Fixes #91 Signed-off-by: Elias Naur <mail@eliasnaur.com>