gnu: mesa: Disable imx driver for armhf-linux.

* gnu/packages/gl.scm (mesa)<#:configure-flags>: Don't build imx driver.
This commit is contained in:
Marius Bakke 2017-10-12 18:57:30 +02:00
parent 5acd59ee12
commit 2a087882b1
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -271,8 +271,8 @@ (define-public mesa
`(#:configure-flags
'(,@(match (%current-system)
("armhf-linux"
;; TODO: Add etnaviv when enabled in libdrm.
'("--with-gallium-drivers=freedreno,imx,nouveau,r300,r600,svga,swrast,vc4,virgl"))
;; TODO: Add etnaviv,imx when libdrm supports etnaviv.
'("--with-gallium-drivers=freedreno,nouveau,r300,r600,svga,swrast,vc4,virgl"))
("aarch64-linux"
;; TODO: Fix svga driver for aarch64.
'("--with-gallium-drivers=freedreno,nouveau,r300,r600,swrast,vc4,virgl"))