[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: mesa: Build gallium drivers for nouveau.
From: |
Mark H. Weaver |
Subject: |
01/02: gnu: mesa: Build gallium drivers for nouveau. |
Date: |
Thu, 07 May 2015 10:19:29 +0000 |
mhw pushed a commit to branch sqlite-update
in repository guix.
commit 8cf55820369f382ef6b0b168893cfad7d81d311e
Author: David Thompson <address@hidden>
Date: Wed May 6 13:46:18 2015 -0400
gnu: mesa: Build gallium drivers for nouveau.
* gnu/packages/gl.scm (mesa): Pass "nouveau" to "--with-gallium-drivers"
flag.
---
gnu/packages/gl.scm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 62b02ef..b760a5e 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -220,7 +220,7 @@ also known as DXTn or DXTC) for Mesa.")
(arguments
`(#:configure-flags
'(;; drop r300 from default gallium drivers, as it requires llvm
- "--with-gallium-drivers=r600,svga,swrast"
+ "--with-gallium-drivers=r600,svga,swrast,nouveau"
;; Enable various optional features. TODO: opencl requires libclc,
;; omx requires libomxil-bellagio
"--with-egl-platforms=x11,drm"