Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-emulation/citra/
Date: Mon, 26 Sep 2022 09:48:12
Message-Id: 1663909696.49e1aaf7381546316aa97e80be918015c38489b6.andrewammerlaan@gentoo
1 commit: 49e1aaf7381546316aa97e80be918015c38489b6
2 Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
3 AuthorDate: Fri Sep 23 05:08:16 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 23 05:08:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=49e1aaf7
7
8 citra-9999.ebuild
9
10 Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
11
12 games-emulation/citra/citra-9999.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/games-emulation/citra/citra-9999.ebuild b/games-emulation/citra/citra-9999.ebuild
16 index 4f7d825b2..58fda2f5a 100644
17 --- a/games-emulation/citra/citra-9999.ebuild
18 +++ b/games-emulation/citra/citra-9999.ebuild
19 @@ -141,7 +141,6 @@ src_prepare() {
20 sed -i -e 's/ cpp-jwt//' src/web_service/CMakeLists.txt || die
21
22 # Alias for sdl
23 - #sed -i -e '/find_package(SDL2/aadd_library(SDL2::SDL2 ALIAS SDL2)' CMakeLists.txt || die
24 sed -i -e '/find_package(SDL2/aadd_library(SDL2 INTERFACE)\ntarget_link_libraries(SDL2 INTERFACE "${SDL2_LIBRARY}")\ntarget_include_directories(SDL2 INTERFACE "${SDL2_INCLUDE_DIR}")\nadd_library(SDL2::SDL2 ALIAS SDL2)\n' CMakeLists.txt || die
25
26 # TODO unbundle xbyak (wait for 5.96 in ytree)