mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 14:03:33 -04:00
games-emulation/yuzu: Increase needed Vulkan version
The minimum required upstream version of Vulkan is 1.3.274 now. At this time, this version is not yet available in Gentoo. Using -9999 is required. Also include libX11 in dependencies, since the headers are required by Vulkan. Signed-off-by: Moritz Brunner <moritz.brunner+gentoo@posteo.de>
This commit is contained in:
@@ -8,7 +8,8 @@ inherit cmake git-r3 toolchain-funcs xdg
|
|||||||
DESCRIPTION="An emulator for Nintendo Switch"
|
DESCRIPTION="An emulator for Nintendo Switch"
|
||||||
HOMEPAGE="https://yuzu-emu.org"
|
HOMEPAGE="https://yuzu-emu.org"
|
||||||
EGIT_REPO_URI="https://github.com/yuzu-emu/yuzu-mainline"
|
EGIT_REPO_URI="https://github.com/yuzu-emu/yuzu-mainline"
|
||||||
EGIT_SUBMODULES=( '-*' 'dynarmic' 'sirit' 'xbyak' 'tzdb_to_nx' 'externals/nx_tzdb/tzdb_to_nx/externals/tz/tz' 'VulkanMemoryAllocator' )
|
EGIT_SUBMODULES=( '-*' 'dynarmic' 'sirit' 'xbyak' 'tzdb_to_nx'
|
||||||
|
'externals/nx_tzdb/tzdb_to_nx/externals/tz/tz' 'VulkanMemoryAllocator' )
|
||||||
# Dynarmic is not intended to be generic, it is tweaked to fit emulated processor
|
# Dynarmic is not intended to be generic, it is tweaked to fit emulated processor
|
||||||
# TODO wait 'xbyak' waiting version bump. see #860816
|
# TODO wait 'xbyak' waiting version bump. see #860816
|
||||||
|
|
||||||
@@ -28,7 +29,7 @@ RDEPEND="
|
|||||||
app-arch/lz4:=
|
app-arch/lz4:=
|
||||||
dev-libs/boost:=[context]
|
dev-libs/boost:=[context]
|
||||||
media-libs/opus
|
media-libs/opus
|
||||||
media-libs/vulkan-loader
|
>=media-libs/vulkan-loader-1.3.274
|
||||||
sys-libs/zlib
|
sys-libs/zlib
|
||||||
virtual/libusb:1
|
virtual/libusb:1
|
||||||
cubeb? ( media-libs/cubeb )
|
cubeb? ( media-libs/cubeb )
|
||||||
@@ -48,8 +49,10 @@ RDEPEND="
|
|||||||
DEPEND="${RDEPEND}
|
DEPEND="${RDEPEND}
|
||||||
dev-cpp/cpp-httplib
|
dev-cpp/cpp-httplib
|
||||||
dev-cpp/cpp-jwt
|
dev-cpp/cpp-jwt
|
||||||
system-vulkan? ( >=dev-util/vulkan-headers-1.3.250
|
system-vulkan? ( >=dev-util/vulkan-headers-1.3.274
|
||||||
dev-util/spirv-headers )
|
dev-util/spirv-headers
|
||||||
|
x11-libs/libX11
|
||||||
|
)
|
||||||
test? ( >dev-cpp/catch-3:0 )
|
test? ( >dev-cpp/catch-3:0 )
|
||||||
"
|
"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
|
|||||||
Reference in New Issue
Block a user