Skip to content

Fix building against libglvnd-provided EGL headers

Alexander Tsoy requested to merge puleglot/cogl:libglvnd into master

Add missing EGL/eglmesaext.h include. When building against mesa-provided headers, this header is included indirectly via EGL/eglext.h.

Also fix typo COGL_EGL_INCLUDE -> COGL_EGL_INCLUDES

Merge request reports