diff options
author | Samuel Bauer <samuel.bauer@yahoo.fr> | 2021-05-16 15:47:00 +0200 |
---|---|---|
committer | Samuel Bauer <samuel.bauer@yahoo.fr> | 2021-05-16 15:47:00 +0200 |
commit | 2876aacaba70425ab1b320620b3d4887ac712b58 (patch) | |
tree | fb242a750264a546c67d0b92d2b62ae681219bb6 /games-emulation | |
parent | x11-misc/betterlockscreen: version dump to 3.1.0, and drop old (diff) | |
download | guru-2876aacaba70425ab1b320620b3d4887ac712b58.tar.gz guru-2876aacaba70425ab1b320620b3d4887ac712b58.tar.bz2 guru-2876aacaba70425ab1b320620b3d4887ac712b58.zip |
games-emulation/yuzu: allow ~media-libs/libsdl2-2.0.14
Signed-off-by: Samuel Bauer <samuel.bauer@yahoo.fr>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/yuzu/yuzu-9999.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games-emulation/yuzu/yuzu-9999.ebuild b/games-emulation/yuzu/yuzu-9999.ebuild index 40befd426..7db25934a 100644 --- a/games-emulation/yuzu/yuzu-9999.ebuild +++ b/games-emulation/yuzu/yuzu-9999.ebuild @@ -91,6 +91,9 @@ src_prepare() { # Unbundle discord rapidjson sed -i '/NOT RAPIDJSONTEST/,/endif(NOT RAPIDJSONTEST)/d;/find_file(RAPIDJSON/d;s:\${RAPIDJSON}:"/usr/include/rapidjson":' externals/discord-rpc/CMakeLists.txt || die + # media-libs/libsdl2: use 2.0.14 in tree + sed -i 's/2.0.15/2.0.14/' CMakeLists.txt + cmake_src_prepare } |