summaryrefslogtreecommitdiff
path: root/gnu/packages/gl.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2017-03-19 16:05:16 -0400
committerMark H Weaver <mhw@netris.org>2017-03-19 16:05:16 -0400
commit717c659630970982c06e4aeab684f41f724af2f9 (patch)
tree4010623c82eebf7e2e5e8e4c68df7f66217cc477 /gnu/packages/gl.scm
parentea50fb8d03ba16ff9757687a569b3d1f2846859d (diff)
downloadpatches-717c659630970982c06e4aeab684f41f724af2f9.tar
patches-717c659630970982c06e4aeab684f41f724af2f9.tar.gz
gnu: mesa: Fix another typo.
This is a followup to commit 2a8b89c27fe80a438ad95becb5da8ed4191d6cd4. * gnu/packages/gl.scm (mesa)[arguments]: Fix typo (galluim -> gallium).
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 5801085c21..cf9688fdf6 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-galluim-drivers=freedreno,nouveau,r300,r600,svga,svrast,vc4,virgl"))
+ '("--with-gallium-drivers=freedreno,nouveau,r300,r600,svga,svrast,vc4,virgl"))
(_
'("--with-gallium-drivers=i915,nouveau,r300,r600,svga,swrast,virgl")))
;; Enable various optional features. TODO: opencl requires libclc,