Bump minimum SDL version to 2.0.9

This commit is contained in:
Miku AuahDark
2022-12-06 14:14:30 +08:00
parent 72fca1c2da
commit 93612a84d1
5 changed files with 2 additions and 20 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ AC_DEFUN([ACLOVE_DEP_LIBM], [
AC_DEFUN([ACLOVE_DEP_SDL2], [
aclove_sdl2_found=no
AM_PATH_SDL2([], [aclove_sdl2_found=yes], [])
AM_PATH_SDL2([2.0.9], [aclove_sdl2_found=yes], [])
AS_VAR_IF([aclove_sdl2_found], [no], [LOVE_MSG_ERROR([SDL 2])], [])])
AC_DEFUN([ACLOVE_DEP_PTHREAD], [