mirror of https://github.com/PCSX2/pcsx2.git
Look for GLESv3 header instead of GLESv2 header
This commit is contained in:
parent
f3a50a01a7
commit
e8d13090b0
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue