Fix for Ubuntu 24.04, where I needed USE_SYSTEM_SDL3, and USE_SYSTEM_SDL was unused.

Julian Wollersberger
2026-04-20 12:54:16 +02:00
parent 790e9a967a
commit 1fc8dc4d01
+1 -1
@@ -67,7 +67,7 @@ Libraries will silently fall back to their vendored counterpart if they cannot b
Ubuntu users of versions prior to 25.04 may need alternative sources to meet minimum version requirements:
- SDL: [PPA](https://launchpad.net/~hrzhu/+archive/ubuntu/sdl3-backport) OR `-DUSE_SYSTEM_SDL=OFF`
- SDL: [PPA](https://launchpad.net/~hrzhu/+archive/ubuntu/sdl3-backport) OR `-DUSE_SYSTEM_SDL3=OFF`
- FMT: [PPA](https://launchpad.net/~trldp/+archive/ubuntu/libfmt) OR `-DUSE_SYSTEM_FMT=OFF`
- ENET: `-DUSE_SYSTEM_ENET=OFF`
- ZLIB: `-DUSE_SYSTEM_ZLIB=OFF`