[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: mesa: Build gallium drivers for nouveau.
From: |
Mark H. Weaver |
Subject: |
01/01: gnu: mesa: Build gallium drivers for nouveau. |
Date: |
Thu, 07 May 2015 18:12:51 +0000 |
mhw pushed a commit to branch master
in repository guix.
commit f4d8f85555ad3fae9a27cee177ff4b72410809a9
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"