diff options
| author | Scott Mansell <phiren@gmail.com> | 2026-07-29 13:26:04 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-29 13:26:04 +1200 |
| commit | 443094f020b0437c970f72df10372e15c2e21fcb (patch) | |
| tree | 47cdef5621ff08f361a0b7f462ae19325b0d6bf0 | |
| parent | fa80e2bc9aeaf694465ea20b8a74a36d3d20c68b (diff) | |
| parent | 2eebf6fc2825400f1511d7c2d3d3d72bd9db32bd (diff) | |
Merge pull request #14751 from JoshuaVandaele/vendor-flatpak-sdl
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: |
