0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-13 12:03:06 +00:00
Files
Robert Kirkman f9f29a3e2a chore(x11/luanti): adjust dependencies to be more explicitly enabled and disabled
- Disable LTO because of an error: `gold` is required for LTO in Luanti, but it is not available while cross-compiling.

- Disable Redis to avoid accidentally linking to it because I do not personally need it in Luanti and it could impact device storage longevity; please let me know if you would like it and then I would enable it. Sqlite support is already enabled.

- Disable Leveldb, for the same reason as Redis

- Disable PostgreSQL, for the same reason as Redis

- Disable Prometheus, for the same reason as Redis

- Disable SpatialIndex, for the same reason as Redis

- Adjust other dependencies to be explicitly specified along with those how I intend them, for stability
2025-08-07 03:58:18 -05:00
..