Tried to compile with minimal dependancies and it fails with this error:
CC src/libshl_la-shl_gl_math.lo
In file included from src/shl_gl_math.c:34:0:
src/shl_gl.h:36:23: fatal error: GLES2/gl2.h: No such file or directory
#include <GLES2/gl2.h>
^
compilation terminated.
Tried to compile with minimal dependancies and it fails with this error: