dvc pushed a commit to branch core-updates
in repository guix.
commit 6ac45618f52329644c13b10e2e713c95c621aca5
Author: David Craven <[email protected]>
Date: Mon Jul 18 18:39:10 2016 +0200
gnu: mesa: Enable virtio gallium driver.
* gnu/packages/gl.scm (mesa): Enable virtio gallium driver.
---
gnu/packages/gl.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index f6ebc98..29db78d 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -231,7 +231,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,nouveau"
+ "--with-gallium-drivers=r600,svga,swrast,nouveau,virgl"
;; Enable various optional features. TODO: opencl requires libclc,
;; omx requires libomxil-bellagio
"--with-egl-platforms=x11,drm,wayland"