Thanks, applied as 5a9f38adc2dd2ac1a258c057db7d313ff7e6bd6f. Michael
[sent from post-receive hook] On Fri, 07 Mar 2025 10:49:46 +0100, Christian Melki <[email protected]> wrote: > Minor fixes. SDL3 has been released, with a SDL2-compat lib. > I expect SDL2 updates to start tapering off. > > https://github.com/libsdl-org/SDL/releases/tag/release-2.32.0 > > * Rearrange, fix some options. > > Signed-off-by: Christian Melki <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/sdl2.make b/rules/sdl2.make > index fb1451c7c9a7..d4deeb9721b3 100644 > --- a/rules/sdl2.make > +++ b/rules/sdl2.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SDL2) += sdl2 > # > # Paths and names > # > -SDL2_VERSION := 2.30.11 > -SDL2_MD5 := bea190b480f6df249db29eb3bacfe41e > +SDL2_VERSION := 2.32.0 > +SDL2_MD5 := e63ebd16bd874785a3859a5265280672 > SDL2 := SDL2-$(SDL2_VERSION) > SDL2_SUFFIX := tar.gz > SDL2_URL := https://www.libsdl.org/release/$(SDL2).$(SDL2_SUFFIX) > @@ -51,11 +51,13 @@ SDL2_CONF_OPT := \ > --enable-events \ > --enable-joystick \ > --enable-haptic \ > + --enable-hidapi \ > --enable-sensor \ > --disable-power \ > --disable-filesystem \ > --enable-timers \ > --enable-file \ > + --disable-misc \ > --enable-loadso \ > --enable-cpuinfo \ > --enable-assembly \ > @@ -135,7 +137,7 @@ SDL2_CONF_OPT := \ > --disable-directx \ > --$(call ptx/endis,PTXCONF_SDL2_XORG)-xinput \ > --disable-wasapi \ > - --enable-hidapi \ > + --disable-hidapi-joystick \ > --disable-hidapi-libusb \ > --enable-clock_gettime \ > --disable-rpath \
