From 20f57ec7cafa01cc7d4b08f2fd918cd13ccf4358 Mon Sep 17 00:00:00 2001
From: Simon McVittie <[EMAIL REDACTED]>
Date: Fri, 6 May 2022 11:28:08 +0100
Subject: [PATCH] Relax required SDL version to 2.0.10
Commit 99f64c8 bumped the dependency to 2.0.12, but in fact 2.0.10
should be enough for SDL_SIMD_ALIGNED.
Signed-off-by: Simon McVittie <smcv@collabora.com>
---
configure | 2 +-
configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 292ad81..0788084 100755
--- a/configure
+++ b/configure
@@ -16021,7 +16021,7 @@ fi
SUMMARY="\nSDL2_ttf Configure Summary:\n"
-SDL_VERSION=2.0.12
+SDL_VERSION=2.0.10
diff --git a/configure.ac b/configure.ac
index f98ef4e..f2b62bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,7 +86,7 @@ AM_CONDITIONAL(USE_VERSION_RC, test x$use_version_rc = xtrue)
SUMMARY="\nSDL2_ttf Configure Summary:\n"
dnl Check for SDL
-SDL_VERSION=2.0.12
+SDL_VERSION=2.0.10
AC_SUBST(SDL_VERSION)
AM_PATH_SDL2($SDL_VERSION,
:,