Thanks, applied as 822b5b11693f6428f571cf10ef3737cfda8b0bb9.

Michael

[sent from post-receive hook]

On Sun, 12 May 2024 15:16:48 +0200, Christian Melki 
<christian.me...@t2data.com> wrote:
> Minor stable series bump. Minor bugfixes.
> https://github.com/libsdl-org/SDL/releases/tag/release-2.30.3
> 
> * Fix removed config option.
> 
> Signed-off-by: Christian Melki <christian.me...@t2data.com>
> Message-Id: <20240509163408.3270244-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 4959560a002d..01747370d620 100644
> --- a/rules/sdl2.make
> +++ b/rules/sdl2.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SDL2) += sdl2
>  #
>  # Paths and names
>  #
> -SDL2_VERSION := 2.30.2
> -SDL2_MD5     := 08667937c83fada423dacc7cd90f3ec8
> +SDL2_VERSION := 2.30.3
> +SDL2_MD5     := 85ceed58290332fa4ef75a3dabfa1b89
>  SDL2         := SDL2-$(SDL2_VERSION)
>  SDL2_SUFFIX  := tar.gz
>  SDL2_URL     := https://www.libsdl.org/release/$(SDL2).$(SDL2_SUFFIX)
> @@ -67,7 +67,6 @@ SDL2_CONF_OPT       := \
>       --$(call ptx/endis,PTXCONF_ARCH_X86_64)-sse3 \
>       --$(call ptx/endis,PTXCONF_ARCH_PPC_ALTIVEC)-altivec \
>       --disable-lsx \
> -     --disable-lasx \
>       --$(call ptx/endis,PTXCONF_SDL2_OSS)-oss \
>       --$(call ptx/endis,PTXCONF_SDL2_ALSA)-alsa \
>       --disable-alsatest \

Reply via email to