commit:     9223a56faf8ac11bb79533bd7db1a39bb4e5cd05
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 24 03:12:34 2025 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> 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 <mattst88 <AT> 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

Reply via email to