foxygit / doom Log in
commit c01da5e230d7b57085cbe1465364bed7abc895f4
Author:     Fabian Greffrath <fabian@greffrath.com>
AuthorDate: Mon Jul 13 09:54:45 2015 +0200
Commit:     Fabian Greffrath <fabian@greffrath.com>
CommitDate: Mon Jul 13 09:54:45 2015 +0200

    Configure: Set minimum required SDL2 version to 2.0.2

    This is what is currently in Debian now and I confirm it works. Having
    to set this back and forth for is tedious and inconvenient.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 2d95ba91..6ff6e1e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,7 @@ fi
 dnl Search for SDL ...
 dnl SDL2-TODO: Use pkg-config?

-AM_PATH_SDL2(2.0.3)
+AM_PATH_SDL2(2.0.2)

 # Add the SDL compiler flags to the default compiler flag variables.
 # It is important to do this now, before checking for headers and