summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--patches/SDL2_ttf-2.0.15/0001-configure-make-opengl-support-switchable.patch (renamed from patches/SDL2_ttf-2.0.14/0001-configure-make-opengl-support-switchable.patch)6
-rwxr-xr-xpatches/SDL2_ttf-2.0.15/autogen.sh (renamed from patches/SDL2_ttf-2.0.14/autogen.sh)0
-rw-r--r--patches/SDL2_ttf-2.0.15/series (renamed from patches/SDL2_ttf-2.0.14/series)0
-rw-r--r--rules/sdl2-ttf.make4
4 files changed, 5 insertions, 5 deletions
diff --git a/patches/SDL2_ttf-2.0.14/0001-configure-make-opengl-support-switchable.patch b/patches/SDL2_ttf-2.0.15/0001-configure-make-opengl-support-switchable.patch
index e57fffcc0..dd3470963 100644
--- a/patches/SDL2_ttf-2.0.14/0001-configure-make-opengl-support-switchable.patch
+++ b/patches/SDL2_ttf-2.0.15/0001-configure-make-opengl-support-switchable.patch
@@ -8,10 +8,10 @@ Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
1 file changed, 7 insertions(+)
diff --git a/configure.in b/configure.in
-index 9b36e15cfd4d..972dadf80bd2 100644
+index 32b3a9139efd..d77bab0c0069 100644
--- a/configure.in
+++ b/configure.in
-@@ -130,6 +130,12 @@ AM_PATH_SDL2($SDL_VERSION,
+@@ -105,6 +105,12 @@ AM_PATH_SDL2($SDL_VERSION,
CFLAGS="$CFLAGS $SDL_CFLAGS"
LIBS="$LIBS $SDL_LIBS"
@@ -24,7 +24,7 @@ index 9b36e15cfd4d..972dadf80bd2 100644
dnl Check for OpenGL
case "$host" in
*-*-cygwin* | *-*-mingw32*)
-@@ -179,6 +185,7 @@ else
+@@ -157,6 +163,7 @@ else
GL_LIBS=""
fi
AC_SUBST([GL_LIBS])
diff --git a/patches/SDL2_ttf-2.0.14/autogen.sh b/patches/SDL2_ttf-2.0.15/autogen.sh
index a430a4eb7..a430a4eb7 100755
--- a/patches/SDL2_ttf-2.0.14/autogen.sh
+++ b/patches/SDL2_ttf-2.0.15/autogen.sh
diff --git a/patches/SDL2_ttf-2.0.14/series b/patches/SDL2_ttf-2.0.15/series
index 89c7959a2..89c7959a2 100644
--- a/patches/SDL2_ttf-2.0.14/series
+++ b/patches/SDL2_ttf-2.0.15/series
diff --git a/rules/sdl2-ttf.make b/rules/sdl2-ttf.make
index ccb2e9801..161dbf838 100644
--- a/rules/sdl2-ttf.make
+++ b/rules/sdl2-ttf.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SDL2_TTF) += sdl2-ttf
#
# Paths and names
#
-SDL2_TTF_VERSION := 2.0.14
-SDL2_TTF_MD5 := e53c05e1e7f1382c316afd6c763388b1
+SDL2_TTF_VERSION := 2.0.15
+SDL2_TTF_MD5 := 04fe06ff7623d7bdcb704e82f5f88391
SDL2_TTF := SDL2_ttf-$(SDL2_TTF_VERSION)
SDL2_TTF_SUFFIX := tar.gz
SDL2_TTF_URL := https://www.libsdl.org/projects/SDL_ttf/release/$(SDL2_TTF).$(SDL2_TTF_SUFFIX)