summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Konotopov <ykonotopov@gnome.org>2021-04-09 21:03:11 +0400
committerSam James <sam@gentoo.org>2021-04-10 04:24:18 +0000
commit64f20699d4506e962ad688e43c823fb48392c1c3 (patch)
tree555dca1feaa5abb4094d586be4b405f551a35040 /games-emulation/pcsx2
parentvirtual/dist-kernel: 5.10.27 ppc64 stable, bug #779814 (diff)
downloadgentoo-64f20699d4506e962ad688e43c823fb48392c1c3.tar.gz
gentoo-64f20699d4506e962ad688e43c823fb48392c1c3.tar.bz2
gentoo-64f20699d4506e962ad688e43c823fb48392c1c3.zip
games-emulation/pcsx2: update to match upstream changes
Closes: https://bugs.gentoo.org/778362 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Yuri Konotopov <ykonotopov@gnome.org> Closes: https://github.com/gentoo/gentoo/pull/20313 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation/pcsx2')
-rw-r--r--games-emulation/pcsx2/pcsx2-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild
index 6fd902402b8c..acc1b5e7b76b 100644
--- a/games-emulation/pcsx2/pcsx2-9999.ebuild
+++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
@@ -9,7 +9,7 @@ inherit cmake fcaps flag-o-matic git-r3 toolchain-funcs wxwidgets
DESCRIPTION="A PlayStation 2 emulator"
HOMEPAGE="https://pcsx2.net/"
EGIT_REPO_URI="https://github.com/PCSX2/${PN}.git"
-EGIT_SUBMODULES=()
+EGIT_SUBMODULES=( 3rdparty/libchdr/libchdr )
LICENSE="GPL-3"
SLOT="0"
@@ -23,7 +23,7 @@ RDEPEND="
app-arch/xz-utils
dev-cpp/yaml-cpp:=
dev-libs/libaio
- dev-libs/libfmt:=
+ >=dev-libs/libfmt-7.1.3:=
dev-libs/libxml2:2
media-libs/alsa-lib
media-libs/libpng:=
@@ -71,6 +71,7 @@ src_configure() {
-DDISABLE_BUILD_DATE=TRUE
-DDISABLE_PCSX2_WRAPPER=TRUE
-DDISABLE_SETCAP=TRUE
+ -DENABLE_TESTS="$(usex test)"
-DOPTIMIZATION_FLAG=
-DPACKAGE_MODE=TRUE
-DXDG_STD=TRUE