diff --git a/cmake/SearchForStuff.cmake b/cmake/SearchForStuff.cmake index b16b52f1cd..8e2f147a1b 100644 --- a/cmake/SearchForStuff.cmake +++ b/cmake/SearchForStuff.cmake @@ -31,7 +31,7 @@ include(FindLibc) ## Use CheckLib package to find module include(CheckLib) check_lib(AIO aio aio.h) -check_lib(EGL egl EGL/egl.h) +check_lib(EGL EGL EGL/egl.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)