summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Konotopov <ykonotopov@gnome.org>2017-05-21 23:55:05 +0400
committerMichał Górny <mgorny@gentoo.org>2017-05-24 14:14:40 +0200
commitc278daaa38d03f36002669458171d1b9f23ec97c (patch)
tree7dc148530417389dc4d417155f6419dd79bcead9 /games-emulation
parentpackage.mask: Mask sys-fs/lvm2-2.02.171 (bug #617578) (diff)
downloadgentoo-c278daaa38d03f36002669458171d1b9f23ec97c.tar.gz
gentoo-c278daaa38d03f36002669458171d1b9f23ec97c.tar.bz2
gentoo-c278daaa38d03f36002669458171d1b9f23ec97c.zip
games-emulation/pcsx2: update to match latest upstream changes.
Closes: https://github.com/gentoo/gentoo/pull/4707
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/pcsx2/pcsx2-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild
index 2e87ee9a6c89..a80184b7aa8a 100644
--- a/games-emulation/pcsx2/pcsx2-9999.ebuild
+++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
@@ -24,7 +24,7 @@ RDEPEND="
dev-libs/libaio[abi_x86_32(-)]
media-libs/alsa-lib[abi_x86_32(-)]
media-libs/libpng:=[abi_x86_32(-)]
- media-libs/libsdl[abi_x86_32(-),joystick,sound]
+ media-libs/libsdl2[abi_x86_32(-),joystick,sound]
media-libs/libsoundtouch[abi_x86_32(-)]
media-libs/portaudio[abi_x86_32(-)]
>=sys-libs/zlib-1.2.4[abi_x86_32(-)]
@@ -34,7 +34,7 @@ RDEPEND="
x11-libs/libICE[abi_x86_32(-)]
x11-libs/libX11[abi_x86_32(-)]
x11-libs/libXext[abi_x86_32(-)]
- x11-libs/wxGTK:3.0[abi_x86_32(-),X]
+ x11-libs/wxGTK:3.0[abi_x86_32(-),-sdl,X]
"
# Ensure no incompatible headers from eselect-opengl are installed, bug #510730
DEPEND="${RDEPEND}
@@ -89,7 +89,7 @@ src_configure() {
-DGTK3_API=FALSE
-DPLUGIN_DIR="/usr/$(get_libdir)/${PN}"
# wxGTK must be built against same sdl version
- -DSDL2_API=FALSE
+ -DSDL2_API=TRUE
-DWX28_API=FALSE
)