From 64f20699d4506e962ad688e43c823fb48392c1c3 Mon Sep 17 00:00:00 2001 From: Yuri Konotopov Date: Fri, 9 Apr 2021 21:03:11 +0400 Subject: 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 Closes: https://github.com/gentoo/gentoo/pull/20313 Signed-off-by: Sam James --- games-emulation/pcsx2/pcsx2-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'games-emulation/pcsx2') 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 -- cgit v1.2.3-65-gdbad