diff options
author | Henri Gasc <gasc@eurecom.fr> | 2023-06-26 20:43:35 +0200 |
---|---|---|
committer | Henri Gasc <gasc@eurecom.fr> | 2023-06-26 21:13:41 +0200 |
commit | 1dee546738af6aec870f785c1447ce98863bb2a7 (patch) | |
tree | 31d69b43cfbe3dca391d3b31df075a5a5b081080 /games-emulation | |
parent | app-portage/gentle: treeclean (moved to ::gentoo) (diff) | |
download | guru-1dee546738af6aec870f785c1447ce98863bb2a7.tar.gz guru-1dee546738af6aec870f785c1447ce98863bb2a7.tar.bz2 guru-1dee546738af6aec870f785c1447ce98863bb2a7.zip |
games-emulation/yuzu: update ebuild because of new submodule
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/yuzu/yuzu-9999.ebuild | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/games-emulation/yuzu/yuzu-9999.ebuild b/games-emulation/yuzu/yuzu-9999.ebuild index 328d46033..71ccdae2e 100644 --- a/games-emulation/yuzu/yuzu-9999.ebuild +++ b/games-emulation/yuzu/yuzu-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2022 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ inherit cmake git-r3 toolchain-funcs xdg DESCRIPTION="An emulator for Nintendo Switch" HOMEPAGE="https://yuzu-emu.org" EGIT_REPO_URI="https://github.com/yuzu-emu/yuzu-mainline" -EGIT_SUBMODULES=( '-*' 'dynarmic' 'sirit' 'xbyak' ) +EGIT_SUBMODULES=( '-*' 'dynarmic' 'sirit' 'xbyak' 'tzdb_to_nx' 'externals/nx_tzdb/tzdb_to_nx/externals/tz/tz' ) # Dynarmic is not intended to be generic, it is tweaked to fit emulated processor # TODO wait 'xbyak' waiting version bump. see #860816 @@ -33,11 +33,16 @@ RDEPEND=" sys-libs/zlib virtual/libusb:1 cubeb? ( media-libs/cubeb ) + dev-util/spirv-headers qt5? ( >=dev-qt/qtcore-5.15:5 >=dev-qt/qtgui-5.15:5 >=dev-qt/qtmultimedia-5.15:5 >=dev-qt/qtwidgets-5.15:5 + >=dev-qt/qtdbus-5.15:5 + >=dev-qt/qtconcurrent-5.15:5 + >=dev-qt/linguist-tools-5.15:5 + webengine? ( >=dev-qt/qtwebengine-5.15:5 ) ) sdl? ( >=media-libs/libsdl2-2.0.18 @@ -47,7 +52,7 @@ DEPEND="${RDEPEND} dev-cpp/cpp-httplib dev-cpp/cpp-jwt system-vulkan? ( >=dev-util/vulkan-headers-1.3.246 ) - test? ( <dev-cpp/catch-3:0 ) + test? ( >dev-cpp/catch-3:0 ) " BDEPEND=" >=dev-cpp/nlohmann_json-3.8.0 |