Skip to content

Commit 656b0a7

Browse files
committed
AppImage: setup_wayland: handle SDL3
1 parent 73e3a7b commit 656b0a7

File tree

1 file changed

+1
-1
lines changed
  • data/scripts/Linux-AppImage

1 file changed

+1
-1
lines changed

data/scripts/Linux-AppImage/AppRun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ setup_vaapi() {
249249

250250
setup_wayland() {
251251
# use bundled Wayland libs only when not present in system
252-
sdl_l=$DIR/usr/lib/libSDL2-2.0.so.0
252+
sdl_l=$(echo "$DIR"/usr/lib/libSDL[2-9][.-]*so*)
253253
LOADER=$(get_loader)
254254
if [ -x "$LOADER" ] && [ -f "$sdl_l" ]; then
255255
ldd=$(LD_TRACE_LOADED_OBJECTS=1 "$LOADER" "$sdl_l")

0 commit comments

Comments
 (0)