games-emulation/flycast: add new submodules to fix configure error

Closes: https://bugs.gentoo.org/970195
Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
Ceres
2026-02-27 14:49:44 +00:00
parent 0393488195
commit 8030a1e1e5

View File

@@ -12,7 +12,8 @@ HOMEPAGE="https://github.com/flyinghead/flycast"
EGIT_REPO_URI="https://github.com/flyinghead/flycast"
EGIT_SUBMODULES=( 'core/deps/asio' 'core/deps/breakpad' 'core/deps/libjuice' 'core/deps/libusb-cmake'
'core/deps/luabridge' 'core/deps/DreamPicoPort-API' 'core/deps/rcheevos' 'core/deps/volk'
'core/deps/xbyak' 'core/deps/VulkanMemoryAllocator' )
'core/deps/xbyak' 'core/deps/VulkanMemoryAllocator' 'core/deps/tinygettext'
'core/deps/DreamPicoPort-API/ext/libusb-cmake' 'core/deps/tinygettext/external/tinycmmc' )
LICENSE="GPL-2"
SLOT="0"