diff options
author | Scott Anderson <scott@anderso.nz> | 2018-08-22 19:39:15 +1200 |
---|---|---|
committer | Scott Anderson <scott@anderso.nz> | 2018-08-22 19:39:15 +1200 |
commit | 66064a07a6830295c687706c7f8f1c1841998a3d (patch) | |
tree | ff141f61263cf616262845b46ad33d72e199746e | |
parent | d7c027d3e3d6b96c21bfd379a0e8542e77607e69 (diff) | |
download | wlroots-66064a07a6830295c687706c7f8f1c1841998a3d.tar.xz |
Remove unneeded mesa-specific header
-rwxr-xr-x | glgen.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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> |