gnu: mesa: Enable rockchip support on aarch64/armhf.
* gnu/packages/gl (mesa): Enable kmsro, lima and panfrost gallium drivers.
This commit is contained in:
parent
6a790fe349
commit
ee401ed924
@ -293,7 +293,7 @@ also known as DXTn or DXTC) for Mesa.")
|
||||
'(,@(match (%current-system)
|
||||
((or "armhf-linux" "aarch64-linux")
|
||||
;; TODO: Fix svga driver for aarch64 and armhf.
|
||||
'("-Dgallium-drivers=etnaviv,freedreno,nouveau,r300,r600,swrast,tegra,v3d,vc4,virgl"))
|
||||
'("-Dgallium-drivers=etnaviv,freedreno,kmsro,lima,nouveau,panfrost,r300,r600,swrast,tegra,v3d,vc4,virgl"))
|
||||
(_
|
||||
'("-Dgallium-drivers=iris,nouveau,r300,r600,radeonsi,svga,swrast,virgl")))
|
||||
;; Enable various optional features. TODO: opencl requires libclc,
|
||||
|
Loading…
Reference in New Issue
Block a user