build newer SDL2 on linux (Debian 10), also pull in some linux specific build fixes
This commit is contained in:
parent
b06d706a13
commit
20defc890b
Binary file not shown.
|
@ -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
|
Loading…
Reference in New Issue