mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ also known as DXTn or DXTC) for Mesa.")
|
||||||
'(,@(match (%current-system)
|
'(,@(match (%current-system)
|
||||||
((or "armhf-linux" "aarch64-linux")
|
((or "armhf-linux" "aarch64-linux")
|
||||||
;; TODO: Fix svga driver for aarch64 and armhf.
|
;; 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")))
|
'("-Dgallium-drivers=iris,nouveau,r300,r600,radeonsi,svga,swrast,virgl")))
|
||||||
;; Enable various optional features. TODO: opencl requires libclc,
|
;; Enable various optional features. TODO: opencl requires libclc,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue