Thanks, applied as 2765df4f631e54ff844a6b3cd2e54ec1482eb64a.

Michael

[sent from post-receive hook]

On Wed, 19 Oct 2022 07:41:33 +0200, Christian Melki 
<christian.me...@t2data.com> wrote:
> 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>
> Message-Id: <20221013111452.3298415-1-christian.me...@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbr...@pengutronix.de>
> 
> diff --git a/rules/sdl2.make b/rules/sdl2.make
> index bdd50daa1a53..599b3b2ae7c3 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 \

Reply via email to