diff options
author | Ferdinand Bachmann <theferdi265@gmail.com> | 2019-10-19 13:33:22 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-10-19 10:50:19 -0400 |
commit | d113e48a2a32542fe6e12f1759f07888364609bf (patch) | |
tree | 15d6133db42b90745e7048577c6ce65d4d1ee5e7 | |
parent | 02d664b37f78f70adaaee6d0fedd88bab2d80b22 (diff) |
Add missing include required by mesa and libglvnd change
eglext.h no longer inludes eglmesaext.h, include it within wlroots
explicitly.
Fixes #1862
-rwxr-xr-x | glgen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |