mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: mesa: Enable virtio gallium driver.
* gnu/packages/gl.scm (mesa): Enable virtio gallium driver.
This commit is contained in:
parent
8ea75f2723
commit
6ac45618f5
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ (define-public 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"
|
||||
|
|
Loading…
Reference in a new issue