Currently raylib_sdl builds do not enable Wayland because they are built on Ubuntu 16 where the version of Wayland is too old.
Possible solution is to compile and install a newer Wayland. The problem with this if what if someone actually tries to run on an Ubuntu 16 Wayland system - will it just fallback to x11 or will it break?
Currently
raylib_sdlbuilds do not enable Wayland because they are built on Ubuntu 16 where the version of Wayland is too old.Possible solution is to compile and install a newer Wayland. The problem with this if what if someone actually tries to run on an Ubuntu 16 Wayland system - will it just fallback to x11 or will it break?