~ruther/guix-local

4e6509b27f584df4fb8a23366cc89af6cd9130b1 — Efraim Flashner 9 years ago 80042ae
gnu: mesa: Correct another typo.

* gnu/packages/gl.scm (mesa)[arguments]: Fix typo (svrast -> swrast).
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-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,