Add missing include required by mesa and libglvnd change

eglext.h no longer inludes eglmesaext.h, include it within wlroots
explicitly.

Fixes #1862
This commit is contained in:
Ferdinand Bachmann 2019-10-19 13:33:22 +02:00 committed by Drew DeVault
parent 02d664b37f
commit d113e48a2a
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ cat > "$OUTDIR/$BASE.h" << EOF
#include <EGL/egl.h>
#include <EGL/eglext.h>
#include <EGL/eglmesaext.h>
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>