aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Anderson <scott@anderso.nz>2018-08-22 19:39:15 +1200
committerScott Anderson <scott@anderso.nz>2018-08-22 19:39:15 +1200
commit66064a07a6830295c687706c7f8f1c1841998a3d (patch)
treeff141f61263cf616262845b46ad33d72e199746e
parentd7c027d3e3d6b96c21bfd379a0e8542e77607e69 (diff)
downloadwlroots-66064a07a6830295c687706c7f8f1c1841998a3d.tar.xz
Remove unneeded mesa-specific header
-rwxr-xr-xglgen.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/glgen.sh b/glgen.sh
index 0356cf98..b27750e4 100755
--- a/glgen.sh
+++ b/glgen.sh
@@ -66,7 +66,6 @@ cat > $OUT_H << EOF
#include <EGL/egl.h>
#include <EGL/eglext.h>
-#include <EGL/eglmesaext.h>
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>