From dd2860d36ea46f2a5d7cc2ba1bf5fe8b403227f4 Mon Sep 17 00:00:00 2001 From: Dario Date: Thu, 19 Dec 2024 21:53:24 -0300 Subject: [PATCH] Fix SDL Audio selection for OGG on Flatpak. --- flatpak/io.github.hedge_dev.unleashedrecomp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatpak/io.github.hedge_dev.unleashedrecomp.json b/flatpak/io.github.hedge_dev.unleashedrecomp.json index 42263736..51887c3f 100644 --- a/flatpak/io.github.hedge_dev.unleashedrecomp.json +++ b/flatpak/io.github.hedge_dev.unleashedrecomp.json @@ -20,7 +20,7 @@ "name": "UnleashedRecomp", "buildsystem": "simple", "build-commands": [ - "cmake --preset linux-release -DSWA_FLATPAK=ON", + "cmake --preset linux-release -DSWA_FLATPAK=ON -DSDL2MIXER_VORBIS=VORBISFILE", "cmake --build out/build/linux-release", "mkdir -p /app/bin", "cp out/build/linux-release/UnleashedRecomp/SWA /app/bin/SWA",