diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-04-07 08:18:18 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-04-07 08:29:07 -0400 |
commit | 2b86086f0303322143aa374dcb821d1899272183 (patch) | |
tree | 486286770d5d0b5f81b4099c7f1a7ff3d548ffb9 /games-emulation | |
parent | sys-fs/bindfs: 1.17.7 (diff) | |
download | gentoo-2b86086f0303322143aa374dcb821d1899272183.tar.gz gentoo-2b86086f0303322143aa374dcb821d1899272183.tar.bz2 gentoo-2b86086f0303322143aa374dcb821d1899272183.zip |
games-emulation/pcsx2: update live
Bundled glslang is finally gone (traded for system shaderc), so can
remove -fno-sa too.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-9999.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index 004ac26d3f65..2ca40ad4ee99 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -34,6 +34,7 @@ COMMON_DEPEND=" dev-libs/libaio dev-qt/qtbase:6[concurrent,gui,widgets] dev-qt/qtsvg:6 + media-libs/freetype media-libs/libglvnd[X] media-libs/libjpeg-turbo:= media-libs/libpng:= @@ -50,7 +51,10 @@ COMMON_DEPEND=" jack? ( virtual/jack ) pulseaudio? ( media-libs/libpulse ) sndio? ( media-sound/sndio:= ) - vulkan? ( media-libs/vulkan-loader ) + vulkan? ( + media-libs/shaderc + media-libs/vulkan-loader + ) wayland? ( dev-libs/wayland ) " # patches is a optfeature but always pull given PCSX2 complaints if it @@ -101,9 +105,6 @@ src_configure() { strip-unsupported-flags fi - # for bundled old glslang (bug #858374) - use vulkan && append-flags -fno-strict-aliasing - local mycmakeargs=( -DBUILD_SHARED_LIBS=no -DDISABLE_ADVANCE_SIMD=yes |