~ruther/guix-local

717c659630970982c06e4aeab684f41f724af2f9 — Mark H Weaver 9 years ago ea50fb8
gnu: mesa: Fix another typo.

This is a followup to commit 2a8b89c27fe80a438ad95becb5da8ed4191d6cd4.

* gnu/packages/gl.scm (mesa)[arguments]: Fix typo (galluim -> gallium).
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/gl.scm
M gnu/packages/gl.scm => gnu/packages/gl.scm +1 -1
@@ 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,