gnu: mesa: Correct another typo.

* gnu/packages/gl.scm (mesa)[arguments]: Fix typo (svrast -> swrast).
This commit is contained in:
Efraim Flashner 2017-03-20 21:42:07 +02:00
parent 80042ae93d
commit 4e6509b27f
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -245,7 +245,7 @@ (define-public 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,