mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: mesa: Build more vulkan drivers on aarch64-linux.
* gnu/packages/gl.scm (mesa)[arguments]: Adjust the configure-flags to also build vulkan drivers on aarch64-linux for broadcom and swrast.
This commit is contained in:
parent
8e885757c7
commit
bfb690be87
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ (define-public mesa
|
|||
((or "powerpc64le-linux" "powerpc-linux")
|
||||
'("-Dvulkan-drivers=amd"))
|
||||
("aarch64-linux"
|
||||
'("-Dvulkan-drivers=freedreno,amd"))
|
||||
'("-Dvulkan-drivers=freedreno,amd,broadcom,swrast"))
|
||||
(_
|
||||
'("-Dvulkan-drivers=auto")))
|
||||
|
||||
|
|
Loading…
Reference in a new issue