change gles include from GLES to GLES3, since either works for us and the latter is much more commonly packaged

This commit is contained in:
Mis012
2022-10-12 17:54:21 +02:00
parent 49961186a2
commit 8b049385c3

View File

@@ -4,8 +4,8 @@
#include <GL/glcorearb.h> #include <GL/glcorearb.h>
#include <EGL/egl.h> #include <EGL/egl.h>
#include <GLES/gl.h> #include <GLES3/gl3.h>
#include <GLES/glext.h> #include <GLES3/gl3ext.h>
#include <gtk/gtk.h> #include <gtk/gtk.h>