~ruther/guix-local

f4d8f85555ad3fae9a27cee177ff4b72410809a9 — David Thompson 11 years ago 88b6b12
gnu: mesa: Build gallium drivers for nouveau.

* gnu/packages/gl.scm (mesa): Pass "nouveau" to "--with-gallium-drivers" flag.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/gl.scm
M gnu/packages/gl.scm => gnu/packages/gl.scm +1 -1
@@ 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"