commit: 81fd3bc9cf9cdcdb4560c156ecfb36b44ffa2ba6 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Mar 9 12:31:32 2025 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Mar 9 12:50:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81fd3bc9
app-emulation/faudio: disable sdl3 Will be added in future release, when more tested. Closes: https://bugs.gentoo.org/950979 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-emulation/faudio/faudio-25.03.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-emulation/faudio/faudio-25.03.ebuild b/app-emulation/faudio/faudio-25.03.ebuild index dfce1c40eb5b..0410edca26b4 100644 --- a/app-emulation/faudio/faudio-25.03.ebuild +++ b/app-emulation/faudio/faudio-25.03.ebuild @@ -24,6 +24,7 @@ src_configure() { use debug || append-cppflags -DFAUDIO_DISABLE_DEBUGCONFIGURATION local mycmakeargs=( + -DBUILD_SDL3="OFF" -DBUILD_TESTS=$(usex test) -DDUMP_VOICES=$(usex dumpvoices) )
