app-emulation/faudio: add multilib

Signed-off-by: Lee Zhi Wei (Dennis) <zhiweilee.com@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/41669
Closes: https://github.com/gentoo/gentoo/pull/41669
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Lee Zhi Wei (Dennis)
2025-04-20 02:48:01 +08:00
committed by Conrad Kostecki
parent 88f39f987e
commit 53b9c858f0

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit cmake flag-o-matic
inherit cmake-multilib flag-o-matic
DESCRIPTION="Accuracy-focused XAudio reimplementation for open platforms"
HOMEPAGE="https://fna-xna.github.io/"
@@ -17,8 +17,8 @@ IUSE="debug dumpvoices sdl3 test"
RESTRICT="!test? ( test )"
RDEPEND="
sdl3? ( media-libs/libsdl3 )
!sdl3? ( media-libs/libsdl2[sound] )
sdl3? ( media-libs/libsdl3[${MULTILIB_USEDEP}] )
!sdl3? ( media-libs/libsdl2[${MULTILIB_USEDEP},sound] )
"
DEPEND="${RDEPEND}"
@@ -32,7 +32,7 @@ src_configure() {
-DDUMP_VOICES="$(usex dumpvoices)"
)
cmake_src_configure
cmake-multilib_src_configure
}
src_test() {