commit:     875047b58fb944e418c67286d47154895a77079c
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 26 12:38:33 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Apr 26 13:01:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=875047b5

games-emulation/pcsx2: extend comment about x11/wayland apis

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

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

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

Reply via email to