anholt / libepoxy

Epoxy is a library for handling OpenGL function pointer management for you
Other
680 stars 161 forks source link

Use EGL_NO_X11 to disable X11 headers #215

Closed ebassi closed 4 years ago

ebassi commented 4 years ago

MESA_EGL_NO_X11_HEADERS has been deprecated, and libglvnd only supports EGL_NO_X11.

Fixes: #214

anholt commented 4 years ago

LGTM