mesa: enable lima for RK3188 boards

lima is the open-source implementation for the GPU found on RK3188,
the Mali 400, so let's enable it for RK3188 boards by default.

Not tested.

Reviewed-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
Quentin Schulz 2025-06-27 16:19:15 +02:00 committed by Trevor Woerner
parent 848e87e19a
commit 0c1186040e

View File

@ -1,4 +1,5 @@
PACKAGECONFIG:append:rk3066 = " lima"
PACKAGECONFIG:append:rk3188 = " lima"
PACKAGECONFIG:append:rk3288 = " libclc panfrost"
PACKAGECONFIG:append:rk3328 = " lima"
PACKAGECONFIG:append:rk3399 = " libclc panfrost"