build newer SDL2 on linux (Debian 10), also pull in some linux specific build fixes

This commit is contained in:
CasualPokePlayer 2023-11-25 17:49:49 -08:00
parent b06d706a13
commit 20defc890b
3 changed files with 10 additions and 1 deletions

BIN
Assets/dll/libSDL2.so Normal file → Executable file

Binary file not shown.

View File

@ -52,6 +52,15 @@ set(SDL_LIBSAMPLERATE OFF)
# We handle ld path finding with LD_LIBRARY_PATH for Linux
set(SDL_RPATH OFF)
# We only use a small portion of X11 functionality
set(SDL_X11_XCURSOR OFF)
set(SDL_X11_XDBE OFF)
set(SDL_X11_XINPUT OFF)
set(SDL_X11_XFIXES OFF)
set(SDL_X11_XRANDR OFF)
set(SDL_X11_XSCRNSAVER ON)
set(SDL_X11_XSHAPE OFF)
# No Wayland support yet (TODO: Enable this if we ever get Wayland support)
set(SDL_WAYLAND OFF)

@ -1 +1 @@
Subproject commit 4339647d900bb8559ac3f6258166d21fe6d72a9a
Subproject commit bbcf40e811785400df741023c4437762dc9ea4b0