From db9cc3ab1037ed98d2c6c9dbf44c60d08ca696c2 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sun, 13 Sep 2020 20:02:40 -0700 Subject: build: lower minimum SDL_VERSION to 2.0 I'm pretty sure the remaining SDL2 API usage is fulfilled by all SDL2 versions now that the SDL_CreateRGBSurfaceWithFormat() call is gone. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3fb6e1f..7824e25 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ CFLAGS="$CFLAGS $PTHREAD_CFLAGS" CC="$PTHREAD_CC" dnl Check for SDL -SDL_VERSION=2.0.5 +SDL_VERSION=2.0 AM_PATH_SDL2($SDL_VERSION, :, AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!]) -- cgit v1.2.1