mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-18 02:40:11 +00:00
Fix for Ubuntu 24.04, where I needed USE_SYSTEM_SDL3, and USE_SYSTEM_SDL was unused.
+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`
|
||||
|
||||
Reference in New Issue
Block a user