ref: c01da5e230d7b57085cbe1465364bed7abc895f4
parent: 777148cae2032bc2a33754329e7ecb52017a21cc
author: Fabian Greffrath <[email protected]>
date: Mon Jul 13 05:54:45 EDT 2015
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.
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,7 @@
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