mirror of
https://github.com/termux/termux-packages.git
synced 2025-05-30 07:42:13 +00:00
- Fixes https://github.com/termux/termux-packages/issues/24817
- Luanti upstream officially migrated to SDL2, but if this build in Termux is switched to SDL2, some problems would happen:
- EGL support would be disabled, which would significantly reduce performance and driver compatibility
- A bug would start happening where the colors of everything would look strangely washed out
- Therefore, because non-SDL2 mode is still working well in this release, it makes more sense to keep `-DUSE_SDL2=0` for now, until the above problems are solved separately.
- `0001-fix-elf-directory-for-cross-compiling.patch` is no longer necessary, because the original problem was an error that happened because of `EXECUTABLE_OUTPUT_PATH` not being set during cross-compilation, now after 0695541bf5
, `EXECUTABLE_OUTPUT_PATH` is always set to something that works in both `TERMUX_ON_DEVICE_BUILD=false` mode and `TERMUX_ON_DEVICE_BUILD=true` mode, so the patch is not necessary anymore.