Revert "Configure: Bump minimum sdl2 version to 2.0.5"

This reverts commit 93dffed00a.

This is no longer necessary given f13b1845.
This commit is contained in:
Jonathan G Rennison
2019-11-12 18:28:54 +00:00
parent e568100407
commit ea587bc112

View File

@@ -2898,11 +2898,11 @@ detect_sdl() {
if [ $with_sdl = "sdl1" ]; then
detect_pkg_config "2" "sdl" "sdl_config" "1.2"
elif [ $with_sdl = "sdl2" ]; then
detect_pkg_config "2" "sdl2" "sdl2_config" "2.0.5"
detect_pkg_config "2" "sdl2" "sdl2_config" "2.0"
else
sdl2_config=""
if [ -x `which sdl2-config` ]; then
detect_pkg_config "$with_sdl" "sdl2" "sdl2_config" "2.0.5"
detect_pkg_config "$with_sdl" "sdl2" "sdl2_config" "2.0"
fi
if [ -z "$sdl2_config" ]; then
detect_pkg_config "$with_sdl" "sdl" "sdl_config" "1.2"