mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
games-emulation/rpcs3: Add submodule for VulkanMemoryAllocator
VulkanMemoryAllocator used to be directly included in the rpcs3 repository but was recently converted to a submodule. See https://github.com/RPCS3/rpcs3/pull/17202 and discussion in https://github.com/RPCS3/rpcs3/pull/16923 which prompted the conversion. This commit just accommodates that change. Note: it only applies to the -9999 path here. Will introduce a new versioned ebuild in a separate commit, including updates to this file. Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
This commit is contained in:
@@ -20,7 +20,7 @@ if [[ ${PV} == "9999" ]]; then
|
||||
EGIT_SUBMODULES=(
|
||||
'asmjit' '3rdparty/glslang' '3rdparty/miniupnp/miniupnp' '3rdparty/rtmidi/rtmidi' '3rdparty/wolfssl'
|
||||
'3rdparty/SoundTouch/soundtouch' '3rdparty/zstd/zstd' '3rdparty/stblib/stb' '3rdparty/OpenAL/openal-soft'
|
||||
'3rdparty/fusion/fusion'
|
||||
'3rdparty/fusion/fusion' '3rdparty/GPUOpen/VulkanMemoryAllocator'
|
||||
)
|
||||
# Delete sources when ensuring yaml-cpp compiled with fexceptions
|
||||
EGIT_SUBMODULES+=( '3rdparty/yaml-cpp' )
|
||||
|
||||
Reference in New Issue
Block a user