diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-05-31 00:32:25 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-05-31 00:37:36 -0400 |
commit | 799e337522114be710544bc8adc93f669f32b60d (patch) | |
tree | 88152c14a9c5105798a6f65693f757b9a495dd76 /games-emulation/pcsx2/pcsx2-9999.ebuild | |
parent | dev-python/autopep8: Remove unmaintained live ebuild (diff) | |
download | gentoo-799e337522114be710544bc8adc93f669f32b60d.tar.gz gentoo-799e337522114be710544bc8adc93f669f32b60d.tar.bz2 gentoo-799e337522114be710544bc8adc93f669f32b60d.zip |
games-emulation/pcsx2: update live
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation/pcsx2/pcsx2-9999.ebuild')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-9999.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index 3b09dfdebe2d..452519d49d92 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -79,6 +79,7 @@ PATCHES=( "${FILESDIR}"/${PN}-1.7.4667-flags.patch "${FILESDIR}"/${PN}-1.7.5232-cubeb-automagic.patch "${FILESDIR}"/${PN}-1.7.5835-vanilla-shaderc.patch + "${FILESDIR}"/${PN}-1.7.5855-no-libbacktrace.patch ) src_prepare() { @@ -121,9 +122,6 @@ src_configure() { # https://github.com/PCSX2/pcsx2/issues/11149 -DX11_API=yes - # not packaged due to bug #885471, but still disable for no automagic - -DCMAKE_DISABLE_FIND_PACKAGE_Libbacktrace=yes - # bundled cubeb flags, see media-libs/cubeb and cubeb-automagic.patch -DCHECK_ALSA=$(usex alsa) -DCHECK_JACK=$(usex jack) |