diff options
author | Yuri Konotopov <ykonotopov@gnome.org> | 2020-03-09 19:20:59 +0400 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-03-14 14:06:54 +0200 |
commit | c95b0e6bc129e31fe6df66e70a0d131b2496f771 (patch) | |
tree | 4cf3695a6964b89ecc79d611cb07fa6a217c34f2 /games-emulation/pcsx2 | |
parent | games-emulation/pcsx2: version bump to 1.6.0-rc (diff) | |
download | gentoo-c95b0e6bc129e31fe6df66e70a0d131b2496f771.tar.gz gentoo-c95b0e6bc129e31fe6df66e70a0d131b2496f771.tar.bz2 gentoo-c95b0e6bc129e31fe6df66e70a0d131b2496f771.zip |
games-emulation/pcsx2-9999: explicitly disable opencl and vtune
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Yuri Konotopov <ykonotopov@gnome.org>
Closes: https://github.com/gentoo/gentoo/pull/14900
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'games-emulation/pcsx2')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-9999.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index 3d4ef37cb3a3..0f0a49453d1f 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -76,9 +76,11 @@ src_configure() { -DDOC_DIR=/usr/share/doc/"${PF}" -DEGL_API=FALSE -DGTK3_API=TRUE + -DOPENCL_API=FALSE -DPLUGIN_DIR="/usr/$(get_libdir)/${PN}" # wxGTK must be built against same sdl version -DSDL2_API=TRUE + -DUSE_VTUNE=FALSE ) WX_GTK_VER="3.0-gtk3" setup-wxwidgets |