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@gentoo.org>
This commit is contained in:
Matt Turner
2025-04-23 23:12:34 -04:00
parent 624de4844d
commit 9223a56faf

View File

@@ -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