Guest User

Untitled

a guest
May 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. AC_CHECK_HEADER([GLES2/gl2.h],
  2. [have_egl="yes"],
  3. [have_egl="no"],
  4. [
  5. #include <GLES2/gl2.h>
  6. #include <GLES2/gl2ext.h>
  7. #include <EGL/egl.h>
  8. ])
Add Comment
Please, Sign In to add comment