Are there plans to ship a recent SDL library with ToME on Steam (Linux). I currently have to use env variable
Code: Select all
SDL_VIDEODRIVER=x11
Code: Select all
Error initializing SDL video: wayland not available
Code: Select all
LD_PRELOAD=/usr/lib/libSDL2.so %command%
EDIT: Now I can only run ToME on Steam with the following launch option (still uses xwayland):
Code: Select all
env --unset=SDL_VIDEODRIVER %command%