guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: mesa: Fix typo.


From: Leo Famulari
Subject: 01/01: gnu: mesa: Fix typo.
Date: Thu, 16 Mar 2017 17:52:06 -0400 (EDT)

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

commit 38c4ca414165dfc5ed2bcc69a50280f710f11bcf
Author: Leo Famulari <address@hidden>
Date:   Thu Mar 16 17:19:47 2017 -0400

    gnu: mesa: Fix typo.
    
    The typo caused the configure phase to fail like this:
    
    "configure: error: classic DRI driver '915' does not exist"
    
    This is a followup to commit c5e91014a2859b7e5c226c411fb14d19bb008a8a.
    
    * gnu/packages/gl.scm (mesa)[arguments]: Fix typo in #:configure-flags.
---
 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 209628f..b24903a 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -271,7 +271,7 @@ also known as DXTn or DXTC) for Mesa.")
          ;; from the default dri drivers
          ,@(match (%current-system)
              ((or "x86_64-linux" "i686-linux")
-              '("--with-dri-drivers=915,i965,nouveau,r200,radeon,swrast"
+              '("--with-dri-drivers=i915,i965,nouveau,r200,radeon,swrast"
                 "--enable-gallium-llvm")) ; default is x86/x86_64 only
              (_
               '("--with-dri-drivers=nouveau,r200,radeon,swrast"))))



reply via email to

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