diff mbox series

[2/3] mesa: enable libclc for panfrost

Message ID 20250530172156.7199-2-twoerner@gmail.com
State New
Headers show
Series [1/3] refactor mesa packageconfig | expand

Commit Message

Trevor Woerner May 30, 2025, 5:21 p.m. UTC
When building the panfrost mesa driver, also enable libclc in order for the
build to succeed.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 recipes-graphics/mesa/mesa.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-graphics/mesa/mesa.bbappend b/recipes-graphics/mesa/mesa.bbappend
index 9e9bf9afc4a0..ae68fbe680a5 100644
--- a/recipes-graphics/mesa/mesa.bbappend
+++ b/recipes-graphics/mesa/mesa.bbappend
@@ -1,4 +1,4 @@ 
-PACKAGECONFIG:append:rockchip = " ${@bb.utils.contains('RK_MESA_DRIVER', 'panfrost', 'panfrost', '', d)}"
+PACKAGECONFIG:append:rockchip = " ${@bb.utils.contains('RK_MESA_DRIVER', 'panfrost', 'libclc panfrost', '', d)}"
 PACKAGECONFIG:append:rockchip = " ${@bb.utils.contains('RK_MESA_DRIVER', 'lima', 'lima', '', d)}"
 
 RRECOMMENDS:mesa-megadriver:append:rk3588s = " linux-firmware-mali-csffw-arch108"