mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user