guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: mesa: Enable virtio gallium driver.


From: David Craven
Subject: 04/06: gnu: mesa: Enable virtio gallium driver.
Date: Mon, 22 Aug 2016 20:24:48 +0000 (UTC)

dvc pushed a commit to branch core-updates
in repository guix.

commit 6ac45618f52329644c13b10e2e713c95c621aca5
Author: David Craven <address@hidden>
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"



reply via email to

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