guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: mesa: Correct another typo.


From: Efraim Flashner
Subject: 01/01: gnu: mesa: Correct another typo.
Date: Mon, 20 Mar 2017 16:41:59 -0400 (EDT)

efraim pushed a commit to branch core-updates
in repository guix.

commit 4e6509b27f584df4fb8a23366cc89af6cd9130b1
Author: Efraim Flashner <address@hidden>
Date:   Mon Mar 20 21:42:07 2017 +0200

    gnu: mesa: Correct another typo.
    
    * gnu/packages/gl.scm (mesa)[arguments]: Fix typo (svrast -> swrast).
---
 gnu/packages/gl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index cf9688f..f0f84ba 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]