From ea587bc112941208d996fcbac8f5659781a23af8 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Tue, 12 Nov 2019 18:28:54 +0000 Subject: [PATCH] Revert "Configure: Bump minimum sdl2 version to 2.0.5" This reverts commit 93dffed00aea4589c02d0a89a88e4340c424b3a6. This is no longer necessary given f13b1845. --- config.lib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.lib b/config.lib index b9434f1d92..3668d227ad 100644 --- a/config.lib +++ b/config.lib @@ -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"