gnu: mesa: Disable svga driver for armhf.
* gnu/packages/gl.scm (mesa)<#:configure-flags>: Drop svga gallium driver.
This commit is contained in:
parent
a4593cc95b
commit
31c70cce50
1 changed files with 2 additions and 2 deletions
|
@ -272,9 +272,9 @@ also known as DXTn or DXTC) for Mesa.")
|
||||||
'(,@(match (%current-system)
|
'(,@(match (%current-system)
|
||||||
("armhf-linux"
|
("armhf-linux"
|
||||||
;; TODO: Add etnaviv,imx when libdrm supports etnaviv.
|
;; TODO: Add etnaviv,imx when libdrm supports etnaviv.
|
||||||
'("--with-gallium-drivers=freedreno,nouveau,r300,r600,svga,swrast,vc4,virgl"))
|
'("--with-gallium-drivers=freedreno,nouveau,r300,r600,swrast,vc4,virgl"))
|
||||||
("aarch64-linux"
|
("aarch64-linux"
|
||||||
;; TODO: Fix svga driver for aarch64.
|
;; TODO: Fix svga driver for aarch64 and armhf.
|
||||||
'("--with-gallium-drivers=freedreno,nouveau,r300,r600,swrast,vc4,virgl"))
|
'("--with-gallium-drivers=freedreno,nouveau,r300,r600,swrast,vc4,virgl"))
|
||||||
(_
|
(_
|
||||||
'("--with-gallium-drivers=i915,nouveau,r300,r600,svga,swrast,virgl")))
|
'("--with-gallium-drivers=i915,nouveau,r300,r600,svga,swrast,virgl")))
|
||||||
|
|
Reference in a new issue