diff options
| author | Markus Volk <f_l_k@t-online.de> | 2026-02-01 19:39:38 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-02 00:23:13 -0800 |
| commit | e0839aed460cc2c54733f9c087d284accbd01bd6 (patch) | |
| tree | d7c5d6c84ccbf05df178ba11d4f81aa55b9ab72c /meta-oe/recipes-graphics | |
| parent | 19fdc49db3a41b1380c387bf9b5dbbf631048a64 (diff) | |
| download | meta-openembedded-e0839aed460cc2c54733f9c087d284accbd01bd6.tar.gz | |
libsdl2-compat: update 2.32.58 -> 2.32.62
- Starting with [https://github.com/libsdl-org/sdl2-compat/pull/536], it
is possible to compile without x11. Remove x11 from
REQUIRED_DISTRO_FEATURES
Changelog:
2.32.62:
This is a stable bugfix release, with the following changes:
Improved support for GNU/Hurd
Fixed crash if hidapi strings are not available
2.32.60:
This is a stable bugfix release, with the following changes:
Fixed crash at startup in Dwarf Fortress
Fixed crash at startup in Stellaris
Fixed mouse stuttering in Amiberry
Fixed the viewport not being reset when the window is resized
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
| -rw-r--r-- | meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.62.bb (renamed from meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.58.bb) | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.58.bb b/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.62.bb index 8bbc23fde4..2d0125ce7d 100644 --- a/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.58.bb +++ b/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.62.bb | |||
| @@ -11,7 +11,7 @@ LICENSE = "Zlib" | |||
| 11 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=98241180d857fe975e4b60d44d6c01a5" | 11 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=98241180d857fe975e4b60d44d6c01a5" |
| 12 | 12 | ||
| 13 | SRC_URI = "http://www.libsdl.org/release/sdl2-compat-${PV}.tar.gz" | 13 | SRC_URI = "http://www.libsdl.org/release/sdl2-compat-${PV}.tar.gz" |
| 14 | SRC_URI[sha256sum] = "ae85222c007f7e2acb927c7a47c12726f56478c6f3f35ee0da1ac929f8beb53e" | 14 | SRC_URI[sha256sum] = "23019a3b0825e2fd3411901df3e1ae24c595cd57e20a345509f77472bd9000e0" |
| 15 | S = "${UNPACKDIR}/sdl2-compat-${PV}" | 15 | S = "${UNPACKDIR}/sdl2-compat-${PV}" |
| 16 | 16 | ||
| 17 | DEPENDS += "libsdl3" | 17 | DEPENDS += "libsdl3" |
| @@ -20,7 +20,10 @@ PROVIDES = "virtual/libsdl2" | |||
| 20 | 20 | ||
| 21 | inherit cmake pkgconfig upstream-version-is-even features_check | 21 | inherit cmake pkgconfig upstream-version-is-even features_check |
| 22 | 22 | ||
| 23 | REQUIRED_DISTRO_FEATURES = "opengl x11" | 23 | REQUIRED_DISTRO_FEATURES = "opengl" |
| 24 | |||
| 25 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | ||
| 26 | PACKAGECONFIG[x11] = "-DSDL2COMPAT_X11=ON,-DSDL2COMPAT_X11=OFF,virtual/libx11" | ||
| 24 | 27 | ||
| 25 | do_install:append() { | 28 | do_install:append() { |
| 26 | mv ${D}${libdir}/pkgconfig/sdl2-compat.pc ${D}${libdir}/pkgconfig/sdl2.pc | 29 | mv ${D}${libdir}/pkgconfig/sdl2-compat.pc ${D}${libdir}/pkgconfig/sdl2.pc |
