mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-04 20:54:48 +02:00
mesa: add libclc to PACKAGECONFIG for Panfrost-supported SoCs
Panfrost mesa drivers do not compile without libclc support anymore, I assume since commit 20970bcd9652 ("panfrost: Add base of OpenCL C infrastructure") merged in 25.1.0. So this adds the missing libclc PACKAGECONFIG to Panfrost-supported SoCs. Note that mesa recipe in OE-Core will be updated to not build panfrost if libclc PACKAGECONFIG is missing. Reported-by: Trevor Woerner <twoerner@gmail.com> Reviewed-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
parent
dda191abf2
commit
16e79c187e
|
@ -1,6 +1,6 @@
|
|||
PACKAGECONFIG:append:rk3288 = " panfrost"
|
||||
PACKAGECONFIG:append:rk3288 = " libclc panfrost"
|
||||
PACKAGECONFIG:append:rk3328 = " lima"
|
||||
PACKAGECONFIG:append:rk3399 = " panfrost"
|
||||
PACKAGECONFIG:append:rk3566 = " panfrost"
|
||||
PACKAGECONFIG:append:rk3568 = " panfrost"
|
||||
PACKAGECONFIG:append:px30 = " panfrost"
|
||||
PACKAGECONFIG:append:rk3399 = " libclc panfrost"
|
||||
PACKAGECONFIG:append:rk3566 = " libclc panfrost"
|
||||
PACKAGECONFIG:append:rk3568 = " libclc panfrost"
|
||||
PACKAGECONFIG:append:px30 = " libclc panfrost"
|
||||
|
|
Loading…
Reference in New Issue
Block a user