From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id E333F1584AD for ; Thu, 24 Apr 2025 03:37:07 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id CD202343068 for ; Thu, 24 Apr 2025 03:37:07 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 38ED91104B8; Thu, 24 Apr 2025 03:36:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 2F8601104B8 for ; Thu, 24 Apr 2025 03:36:59 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBB4534300A for ; Thu, 24 Apr 2025 03:36:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2135A2615 for ; Thu, 24 Apr 2025 03:36:57 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1745465377.9223a56faf8ac11bb79533bd7db1a39bb4e5cd05.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9223a56faf8ac11bb79533bd7db1a39bb4e5cd05 X-VCS-Branch: master Date: Thu, 24 Apr 2025 03:36:57 +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: c03e9bc9-9344-4111-9dea-7001e9df2cc9 X-Archives-Hash: e70e01f4fa8f1b2efdd462b8087feb70 commit: 9223a56faf8ac11bb79533bd7db1a39bb4e5cd05 Author: Matt Turner gentoo org> AuthorDate: Thu Apr 24 03:12:34 2025 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Apr 24 03:29:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9223a56f media-libs/mesa: Depend on mesa_clc for VIDEO_CARDS=nvk Necessary since upstream commit feedd427b3d ("nvk: rewrite query copy shader in CL C"). Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index f70c18645616..ca908526ce5f 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -187,6 +187,7 @@ BDEPEND=" >=dev-util/bindgen-0.71.0 >=dev-util/cbindgen-0.26.0 ${RUST_DEPEND} + ${CLC_DEPSTRING} ) ) wayland? ( dev-util/wayland-scanner ) @@ -437,6 +438,7 @@ multilib_src_configure() { fi if use video_cards_intel || + use video_cards_nvk || use video_cards_panfrost; then emesonargs+=(-Dmesa-clc=system) fi