diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-04-26 09:06:36 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-04-26 09:06:53 -0400 |
commit | b23bc2d3b322c8dd4ddc34ad7d7ceba1574e5e36 (patch) | |
tree | 93d6a6fae122c9002998acbc540ca39d3787cfec /games-emulation/pcsx2 | |
parent | app-i18n/skk-jisyo: new snapshot (diff) | |
download | gentoo-b23bc2d3b322c8dd4ddc34ad7d7ceba1574e5e36.tar.gz gentoo-b23bc2d3b322c8dd4ddc34ad7d7ceba1574e5e36.tar.bz2 gentoo-b23bc2d3b322c8dd4ddc34ad7d7ceba1574e5e36.zip |
games-emulation/pcsx2: add link in comment about wayland too
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation/pcsx2')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index d8fea1ceb110..69486b68cc68 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -114,9 +114,10 @@ src_configure() { -DUSE_VTUNE=no -DUSE_VULKAN=$(usex vulkan) - # Note that upstream hardly support wayland, may or may not work + # note that upstream hardly support native wayland, may or may not work + # https://github.com/PCSX2/pcsx2/pull/10179 -DWAYLAND_API=$(usex wayland) - # Not optional given libX11 is hard-required either way and upstream + # 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 |