diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-09-13 20:02:40 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-09-13 20:02:40 -0700 |
commit | db9cc3ab1037ed98d2c6c9dbf44c60d08ca696c2 (patch) | |
tree | d88e15fb004bb18e535f34d9701db88e52ff235b /configure.ac | |
parent | a44cb1ada0a17289c105e9a23c707085d84d4360 (diff) |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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!]) |