commit: 7c587eeeebc3bc6987949892e52c3b49a30820d8 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sun May 4 05:16:02 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Sun May 4 05:17:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c587eee
games-emulation/pcsx2: update live patch Was originally tempted to use a sed for this one for less rebasing, may revisit if versions change often. Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> games-emulation/pcsx2/files/pcsx2-2.3.309-pluto-pkgconf.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/pcsx2/files/pcsx2-2.3.309-pluto-pkgconf.patch b/games-emulation/pcsx2/files/pcsx2-2.3.309-pluto-pkgconf.patch index 4cae3001ca13..ccdb26546f4a 100644 --- a/games-emulation/pcsx2/files/pcsx2-2.3.309-pluto-pkgconf.patch +++ b/games-emulation/pcsx2/files/pcsx2-2.3.309-pluto-pkgconf.patch @@ -1,7 +1,7 @@ --- a/cmake/SearchForStuff.cmake +++ b/cmake/SearchForStuff.cmake @@ -22,2 +22,5 @@ --find_package(plutovg 0.0.13 REQUIRED) +-find_package(plutovg REQUIRED) # v0.0.13 is needed for building plutosvg, but we can support v1.0.0 -find_package(plutosvg 0.0.6 REQUIRED) +find_package(PkgConfig REQUIRED) +pkg_check_modules(plutovg REQUIRED IMPORTED_TARGET plutovg)
