summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-03-22 16:32:33 +0000
committerVagrant Cascadian <vagrant@debian.org>2020-03-29 14:40:03 -0700
commitee401ed9249fbe284ef1b9b437d39207ca88131b (patch)
treea15e24d6e4bae3350315cb1f033ab7ca61ed7320
parent6a790fe349fa4320337d1773bc7b064adbbac40e (diff)
downloadguix-patches-ee401ed9249fbe284ef1b9b437d39207ca88131b.tar
guix-patches-ee401ed9249fbe284ef1b9b437d39207ca88131b.tar.gz
gnu: mesa: Enable rockchip support on aarch64/armhf.
* gnu/packages/gl (mesa): Enable kmsro, lima and panfrost gallium drivers.
-rw-r--r--gnu/packages/gl.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 01241cd88e..710c602a96 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -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,