diff options
| author | Joshua Vandaƫle <joshua@vandaele.software> | 2026-07-24 02:52:43 +0200 |
|---|---|---|
| committer | Joshua Vandaƫle <joshua@vandaele.software> | 2026-07-24 02:53:28 +0200 |
| commit | 2eebf6fc2825400f1511d7c2d3d3d72bd9db32bd (patch) | |
| tree | 73b6419c509fd27bfd813ec3bf7cd4d051ed0f8d | |
| parent | d6e803e63d7a809fcafb4e39c79bdf4aabb49c79 (diff) | |
Flatpak: Use vendored-in SDL
| -rw-r--r-- | Flatpak/org.DolphinEmu.dolphin-emu.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Flatpak/org.DolphinEmu.dolphin-emu.yml b/Flatpak/org.DolphinEmu.dolphin-emu.yml index 93435438f2..993a2ce9c4 100644 --- a/Flatpak/org.DolphinEmu.dolphin-emu.yml +++ b/Flatpak/org.DolphinEmu.dolphin-emu.yml @@ -53,6 +53,8 @@ modules: - -DENABLE_SDL=ON - -DENABLE_EVDEV=ON - -DDISTRIBUTOR=dolphin-emu.org + # Use the vendored-in SDL since the one from the SDK usually lags far behind + - -DUSE_SYSTEM_SDL3=OFF cleanup: - /share/man post-install: |
