gnu: mesa: Disable etnaviv driver.
* gnu/packages/gl.scm (mesa)<#:configure-flags>: On armhf-linux, disable etnaviv driver.
This commit is contained in:
parent
ad3a937dae
commit
fa12a41030
|
@ -271,7 +271,8 @@ also known as DXTn or DXTC) for Mesa.")
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
'(,@(match (%current-system)
|
'(,@(match (%current-system)
|
||||||
("armhf-linux"
|
("armhf-linux"
|
||||||
'("--with-gallium-drivers=etnaviv,freedreno,imx,nouveau,r300,r600,svga,swrast,vc4,virgl"))
|
;; TODO: Add etnaviv when enabled in libdrm.
|
||||||
|
'("--with-gallium-drivers=freedreno,imx,nouveau,r300,r600,svga,swrast,vc4,virgl"))
|
||||||
("aarch64-linux"
|
("aarch64-linux"
|
||||||
'("--with-gallium-drivers=freedreno,nouveau,r300,r600,svga,swrast,vc4,virgl"))
|
'("--with-gallium-drivers=freedreno,nouveau,r300,r600,svga,swrast,vc4,virgl"))
|
||||||
(_
|
(_
|
||||||
|
|
Loading…
Reference in New Issue