Look for GLESv3 header instead of GLESv2 header

This commit is contained in:
uyjulian 2014-08-31 07:23:33 -05:00 committed by Gregory Hainaut
parent f3a50a01a7
commit e8d13090b0
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ include(FindLibc)
include(CheckLib)
check_lib(AIO aio aio.h)
check_lib(EGL egl EGL/egl.h)
check_lib(GLESV2 GLESv2 GLES2/gl2.h)
check_lib(GLESV2 GLESv2 GLES3/gl3ext.h) # NOTE: looking for GLESv3, not GLESv2
check_lib(PORTAUDIO portaudio portaudio.h pa_linux_alsa.h)
check_lib(SOUNDTOUCH SoundTouch soundtouch/SoundTouch.h)