forked from joejulian/gio
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>