https://github.com/libsdl-org/SDL/releases
SDL2 community have changed their version numbering scheme.
So this isn't as big of a bump as the version number would indicate.
But still, quite a lot of changes.

* Removed obsoleted options. Threads can't be disabled,
xvidmode support is removed. Only Xrandr is supported.

Signed-off-by: Christian Melki <christian.me...@t2data.com>
---
 rules/sdl2.make | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/rules/sdl2.make b/rules/sdl2.make
index bdd50daa1..599b3b2ae 100644
--- a/rules/sdl2.make
+++ b/rules/sdl2.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SDL2) += sdl2
 #
 # Paths and names
 #
-SDL2_VERSION   := 2.0.22
-SDL2_MD5       := 40aedb499cb2b6f106d909d9d97f869a
+SDL2_VERSION   := 2.24.1
+SDL2_MD5       := 10bad2a286f155565edc611f41345de1
 SDL2           := SDL2-$(SDL2_VERSION)
 SDL2_SUFFIX    := tar.gz
 SDL2_URL       := https://www.libsdl.org/release/$(SDL2).$(SDL2_SUFFIX)
@@ -50,7 +50,6 @@ SDL2_CONF_OPT := \
        --enable-sensor \
        --disable-power \
        --disable-filesystem \
-       --enable-threads \
        --enable-timers \
        --enable-file \
        --enable-loadso \
@@ -100,12 +99,10 @@ SDL2_CONF_OPT      := \
        --disable-x11-shared \
        --$(call ptx/endis,PTXCONF_SDL2_XORG)-video-x11-xcursor \
        --disable-video-x11-xdbe \
-       --disable-video-x11-xinerama \
        --$(call ptx/endis,PTXCONF_SDL2_XORG)-video-x11-xinput \
        --$(call ptx/endis,PTXCONF_SDL2_XORG)-video-x11-xrandr \
        --disable-video-x11-scrnsaver \
        --disable-video-x11-xshape \
-       --$(call ptx/endis,PTXCONF_SDL2_XORG)-video-x11-vm \
        --disable-video-vivante \
        --disable-video-cocoa \
        --disable-video-metal \
-- 
2.34.1


Reply via email to