mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 13:20:30 +00:00
Check for SDL 1.3 API and report it as an error.
This commit is contained in:
parent
089b4fbba0
commit
eee89dddb1
@ -47,7 +47,12 @@ check_pkgconf JACK jack 0.120.1
|
||||
check_pkgconf PULSE libpulse
|
||||
|
||||
check_pkgconf SDL sdl 1.2.10
|
||||
check_critical SDL "Cannot find SDL library."
|
||||
check_critical SDL "Cannot find SDL 1.2 library."
|
||||
check_pkgconf SDL_NEW sdl 1.3
|
||||
if [ $HAVE_SDL_NEW = yes ]; then
|
||||
echo "SSNES is not compatible with SDL 1.3 API, please use a recent 1.2 release."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
check_lib CG -lCg cgCreateContext
|
||||
check_pkgconf XML libxml-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user