mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
games-emulation/dolphin: enable mGBA support
Closes: https://bugs.gentoo.org/804666 Reported-by: Taylor C. Richberger <taywee@gmx.com> Reviewed-by: Sergei Trofimovich <slyfox@gentoo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
committed by
Sergei Trofimovich
parent
3804d1d3de
commit
ec76e3439f
@@ -11,7 +11,7 @@ inherit cmake desktop xdg-utils pax-utils plocale
|
||||
if [[ ${PV} == *9999 ]]
|
||||
then
|
||||
EGIT_REPO_URI="https://github.com/dolphin-emu/dolphin"
|
||||
EGIT_SUBMODULES=()
|
||||
EGIT_SUBMODULES=( Externals/mGBA/mgba )
|
||||
inherit git-r3
|
||||
else
|
||||
inherit vcs-snapshot
|
||||
@@ -109,6 +109,9 @@ src_prepare() {
|
||||
picojson
|
||||
# No code to detect shared library.
|
||||
zstd
|
||||
|
||||
# This is a stripped-down mGBA for integrated GBA support
|
||||
mGBA
|
||||
)
|
||||
local s
|
||||
for s in "${KEEP_SOURCES[@]}"; do
|
||||
|
||||
Reference in New Issue
Block a user