summaryrefslogtreecommitdiff
path: root/gnu/packages/gl.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2017-03-20 21:42:07 +0200
committerEfraim Flashner <efraim@flashner.co.il>2017-03-20 21:44:00 +0200
commit4e6509b27f584df4fb8a23366cc89af6cd9130b1 (patch)
tree893181e8a35023c1e763f8dc6890876fc1750c9d /gnu/packages/gl.scm
parent80042ae93d80244fff5b8c11e9bcbc164a3320e7 (diff)
gnu: mesa: Correct another typo.
* gnu/packages/gl.scm (mesa)[arguments]: Fix typo (svrast -> swrast).
Diffstat (limited to 'gnu/packages/gl.scm')
-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 cf9688fdf6..f0f84ba4db 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -245,7 +245,7 @@ also known as DXTn or DXTC) for Mesa.")
`(#:configure-flags
'(,@(match (%current-system)
((or "armhf-linux" "aarch64-linux")
- '("--with-gallium-drivers=freedreno,nouveau,r300,r600,svga,svrast,vc4,virgl"))
+ '("--with-gallium-drivers=freedreno,nouveau,r300,r600,svga,swrast,vc4,virgl"))
(_
'("--with-gallium-drivers=i915,nouveau,r300,r600,svga,swrast,virgl")))
;; Enable various optional features. TODO: opencl requires libclc,