mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] sdl2: Version bump. 2.30.11 -> 2.32.0
@ 2025-02-26 19:56 Christian Melki
  2025-03-07  9:49 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2025-02-26 19:56 UTC (permalink / raw)
  To: ptxdist

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 <christian.melki@t2data.com>
---
 rules/sdl2.make | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/rules/sdl2.make b/rules/sdl2.make
index fb1451c7c..d4deeb972 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 \
-- 
2.34.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-03-07  9:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-26 19:56 [ptxdist] [PATCH] sdl2: Version bump. 2.30.11 -> 2.32.0 Christian Melki
2025-03-07  9:49 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox