summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-04-26 08:38:33 -0400
committerIonen Wolkens <ionen@gentoo.org>2024-04-26 09:01:10 -0400
commit875047b58fb944e418c67286d47154895a77079c (patch)
treebde480cbca9426b82927489611f8a108d3d227cb /games-emulation/pcsx2
parentnet-mail/mailbox-count: minor update to longdescription (diff)
downloadgentoo-875047b58fb944e418c67286d47154895a77079c.tar.gz
gentoo-875047b58fb944e418c67286d47154895a77079c.tar.bz2
gentoo-875047b58fb944e418c67286d47154895a77079c.zip
games-emulation/pcsx2: extend comment about x11/wayland apis
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation/pcsx2')
-rw-r--r--games-emulation/pcsx2/pcsx2-9999.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild
index 5c49263139b5..23abb02ad48f 100644
--- a/games-emulation/pcsx2/pcsx2-9999.ebuild
+++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
@@ -113,8 +113,13 @@ src_configure() {
-DUSE_LINKED_FFMPEG=yes
-DUSE_VTUNE=no
-DUSE_VULKAN=$(usex vulkan)
+
+ # Note that upstream hardly support wayland, may or may not work
-DWAYLAND_API=$(usex wayland)
- -DX11_API=yes # X libs are currently hard-required either way
+ # Not optional given libX11 is hard-required either way and upstream
+ # seemingly has no intention to drop the requirement at the moment
+ # 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