guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: mesa: Build gallium drivers for nouveau.


From: David Thompson
Subject: 01/01: gnu: mesa: Build gallium drivers for nouveau.
Date: Wed, 06 May 2015 21:54:21 +0000

davexunit pushed a commit to branch mesa-nouveau
in repository guix.

commit 7bd277afe53fa942a2a50a07f26ed4b8d9ff72f4
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"



reply via email to

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