mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: mesa: Add pl111 driver support for aarch64.
* gnu/packages/gl.scm (mesa)[arguments]: Build the pl111 gallium driver.
This commit is contained in:
parent
b2419613d0
commit
fcc1e6760d
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ (define-public mesa
|
|||
'("--with-gallium-drivers=freedreno,nouveau,r300,r600,swrast,vc4,virgl"))
|
||||
("aarch64-linux"
|
||||
;; TODO: Fix svga driver for aarch64 and armhf.
|
||||
'("--with-gallium-drivers=freedreno,nouveau,r300,r600,swrast,vc4,virgl"))
|
||||
'("--with-gallium-drivers=freedreno,nouveau,pl111,r300,r600,swrast,vc4,virgl"))
|
||||
(_
|
||||
'("--with-gallium-drivers=i915,nouveau,r300,r600,radeonsi,svga,swrast,virgl")))
|
||||
;; Enable various optional features. TODO: opencl requires libclc,
|
||||
|
|
Loading…
Reference in a new issue