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 c5e91014a2
.
* gnu/packages/gl.scm (mesa)[arguments]: Fix typo in #:configure-flags.
master
parent
4cacd87e4d
commit
38c4ca4141
|
@ -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"))))
|
||||
|
|
Reference in New Issue