From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB2D81581E7 for ; Fri, 26 Apr 2024 13:07:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DE95E29A0; Fri, 26 Apr 2024 13:07:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0049FE29A0 for ; Fri, 26 Apr 2024 13:07:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EAD4B343085 for ; Fri, 26 Apr 2024 13:07:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82FF8173B for ; Fri, 26 Apr 2024 13:07:05 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1714136813.b23bc2d3b322c8dd4ddc34ad7d7ceba1574e5e36.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/pcsx2/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/pcsx2/pcsx2-9999.ebuild X-VCS-Directories: games-emulation/pcsx2/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: b23bc2d3b322c8dd4ddc34ad7d7ceba1574e5e36 X-VCS-Branch: master Date: Fri, 26 Apr 2024 13:07:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c5c0fe24-43a2-47fd-80d8-ac7bbb25d4f8 X-Archives-Hash: 9f957e6dcf7c29ac89496e8c492c8323 commit: b23bc2d3b322c8dd4ddc34ad7d7ceba1574e5e36 Author: Ionen Wolkens gentoo org> AuthorDate: Fri Apr 26 13:06:36 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Apr 26 13:06:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b23bc2d3 games-emulation/pcsx2: add link in comment about wayland too Signed-off-by: Ionen Wolkens gentoo.org> games-emulation/pcsx2/pcsx2-9999.ebuild | 5 +++-- 1 file 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