mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -271,7 +271,8 @@ (define-public mesa
|
|||
`(#:configure-flags
|
||||
'(,@(match (%current-system)
|
||||
("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"
|
||||
'("--with-gallium-drivers=freedreno,nouveau,r300,r600,svga,swrast,vc4,virgl"))
|
||||
(_
|
||||
|
|
Loading…
Reference in a new issue