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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EB6841584AD for ; Fri, 02 May 2025 01:43:40 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B3AA3342F8C for ; Fri, 02 May 2025 01:43:40 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AB9EE11036B; Fri, 02 May 2025 01:43:39 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A3D1611036B for ; Fri, 02 May 2025 01:43:39 +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 5A5CD342FE0 for ; Fri, 02 May 2025 01:43:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5D591D36 for ; Fri, 02 May 2025 01:43:37 +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: <1746150202.1df7cb1b7b4368e08066d8d2befec5ebb39f5ba9.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: 1df7cb1b7b4368e08066d8d2befec5ebb39f5ba9 X-VCS-Branch: master Date: Fri, 02 May 2025 01:43:37 +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: aca3e18a-89d7-4ed5-98f6-71e8377f41e7 X-Archives-Hash: 5bf5ed746d395975351e4bcdd3c5861e commit: 1df7cb1b7b4368e08066d8d2befec5ebb39f5ba9 Author: Janne Grunau jannau net> AuthorDate: Wed Apr 30 19:42:23 2025 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri May 2 01:43:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df7cb1b media-libs/mesa: Fix panfrost cross compilation panfrost requires a precomp-compiler during the build which will be built in dev-util/mesa_clc[video_cards_panfrost]. Signed-off-by: Janne Grunau jannau.net> Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-9999.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 4008a341d8f9..4108ce4e7ff0 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -159,7 +159,7 @@ DEPEND="${RDEPEND} " CLC_DEPSTRING=" - ~dev-util/mesa_clc-${PV} + ~dev-util/mesa_clc-${PV}[video_cards_panfrost?] llvm-core/libclc[spirv(-)] " BDEPEND=" @@ -441,6 +441,10 @@ multilib_src_configure() { emesonargs+=(-Dmesa-clc=system) fi + if use video_cards_panfrost; then + emesonargs+=(-Dprecomp-compiler=system) + fi + use debug && EMESON_BUILDTYPE=debug emesonargs+=(