mirror of https://github.com/PCSX2/pcsx2.git
parent
41cc153bff
commit
2c05426db1
|
@ -77,7 +77,9 @@ include(CheckLib)
|
|||
if(Linux)
|
||||
check_lib(AIO aio libaio.h)
|
||||
endif()
|
||||
check_lib(EGL EGL EGL/egl.h)
|
||||
if(EGL_API)
|
||||
check_lib(EGL EGL EGL/egl.h)
|
||||
endif()
|
||||
check_lib(PORTAUDIO portaudio portaudio.h pa_linux_alsa.h)
|
||||
check_lib(SOUNDTOUCH SoundTouch soundtouch/SoundTouch.h)
|
||||
check_lib(PNGPP FALSE png++/png.hpp)
|
||||
|
|
Loading…
Reference in New Issue