aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Bauer <samuel.bauer@yahoo.fr>2023-09-01 21:12:42 +0200
committerSamuel Bauer <samuel.bauer@yahoo.fr>2023-09-01 21:12:42 +0200
commit76ea7f2f64417304149b26e88a7a20598856de71 (patch)
treeaf0f67b4d3b67a7aa1bc69585ddf058b25abee70 /games-emulation
parentdev-util/lua-language-server: add 3.7.0, drop 3.6.25 (diff)
downloadguru-76ea7f2f64417304149b26e88a7a20598856de71.tar.gz
guru-76ea7f2f64417304149b26e88a7a20598856de71.tar.bz2
guru-76ea7f2f64417304149b26e88a7a20598856de71.zip
games-emulation/yuzu: update to build system
Signed-off-by: Samuel Bauer <samuel.bauer@yahoo.fr>
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/yuzu/yuzu-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/yuzu/yuzu-9999.ebuild b/games-emulation/yuzu/yuzu-9999.ebuild
index 7116a20e08..643b5c664b 100644
--- a/games-emulation/yuzu/yuzu-9999.ebuild
+++ b/games-emulation/yuzu/yuzu-9999.ebuild
@@ -46,7 +46,7 @@ RDEPEND="
system-libfmt? ( >=dev-libs/libfmt-9:= )
"
DEPEND="${RDEPEND}
- dev-cpp/cpp-httplib
+ <=dev-cpp/cpp-httplib-0.13.0
dev-cpp/cpp-jwt
system-vulkan? ( >=dev-util/vulkan-headers-1.3.250
dev-util/spirv-headers )
@@ -98,7 +98,7 @@ src_prepare() {
sed -i -e 's:inih/cpp/::' src/yuzu_cmd/config.cpp || die
# Unbundle mbedtls
- sed -i -e '/mbedtls/d' externals/CMakeLists.txt || die
+ sed -i -e '/mbedtls/d' -e '/^if (NOT MSVC)/,/endif()/d' externals/CMakeLists.txt || die
sed -i -e 's/mbedtls/& mbedcrypto mbedx509/' \
src/dedicated_room/CMakeLists.txt \
src/core/CMakeLists.txt || die