mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-24 12:15:08 +00:00
Only build in libpng if it's 1.5+.
libpng fails to build on 1.2 apparently. It might build on 1.3 or 1.4, but 1.5+ is known to work.
This commit is contained in:
parent
0e5528796d
commit
d0c4fdbc23
@ -100,7 +100,7 @@ fi
|
||||
|
||||
check_pkgconf XML libxml-2.0
|
||||
check_pkgconf SDL_IMAGE SDL_image
|
||||
check_pkgconf LIBPNG libpng
|
||||
check_pkgconf LIBPNG libpng 1.5
|
||||
|
||||
if [ "$HAVE_THREADS" != 'no' ]; then
|
||||
if [ "$HAVE_FFMPEG" != 'no' ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user