From 01a8dba6281ad1f026ab6d42a5d509207789b04f Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Fri, 14 Feb 2025 15:45:58 +0800 Subject: [PATCH] libsdl2: upgrade 2.30.11 -> 2.30.12 This is a stable bugfix release, with the following changes: Improved XInput controller detection on Windows Added support for the 8BitDo Ultimate 2C Wireless in Bluetooth mode Fixed Steam Deck controller not being visible to games running on Proton 9 and older Fixed a crash when hot-plugging keyboards and mice on Linux Fixed a crash when disconnecting a Bluetooth audio device on macOS Fixed building with Xcode using older Apple SDKs Fixed a crash when disconnecting an external display on iOS Fixed detection of function keys on Emscripten Signed-off-by: Yi Zhao Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../libsdl2/{libsdl2_2.30.11.bb => libsdl2_2.30.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/libsdl2/{libsdl2_2.30.11.bb => libsdl2_2.30.12.bb} (97%) diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.30.11.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.30.12.bb similarity index 97% rename from meta/recipes-graphics/libsdl2/libsdl2_2.30.11.bb rename to meta/recipes-graphics/libsdl2/libsdl2_2.30.12.bb index ab6751ddd07..8f4d41ad84f 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.30.11.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.30.12.bb @@ -25,7 +25,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz" S = "${WORKDIR}/SDL2-${PV}" -SRC_URI[sha256sum] = "8b8d4aef2038533da814965220f88f77d60dfa0f32685f80ead65e501337da7f" +SRC_URI[sha256sum] = "ac356ea55e8b9dd0b2d1fa27da40ef7e238267ccf9324704850d5d47375b48ea" inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even -- 2.47.3