commit:     c278daaa38d03f36002669458171d1b9f23ec97c
Author:     Yuri Konotopov <ykonotopov <AT> gnome <DOT> org>
AuthorDate: Sun May 21 19:55:05 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 24 12:14:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c278daaa

games-emulation/pcsx2: update to match latest upstream changes.

Closes: https://github.com/gentoo/gentoo/pull/4707

 games-emulation/pcsx2/pcsx2-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild 
b/games-emulation/pcsx2/pcsx2-9999.ebuild
index 2e87ee9a6c8..a80184b7aa8 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
        )
 

Reply via email to