mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: mesa: Build asahi vulkan driver on aarch64-linux.
* gnu/packages/gl.scm (mesa)[arguments]: Adjust the configure-flags to also build the asahi vulkan driver when building for aarch64. Change-Id: I65320d254734b93c2d0a0891cdf329e7b3ff0c12
This commit is contained in:
parent
e02075f37d
commit
ce7443bb67
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ panfrost,r300,r600,svga,softpipe,llvmpipe,tegra,v3d,vc4,virgl,zink"))
|
|||
'("-Dvulkan-drivers=intel,intel_hasvk,amd,swrast"))
|
||||
((target-aarch64?)
|
||||
;; This differs from "auto" which only includes swrast and intel
|
||||
'("-Dvulkan-drivers=freedreno,amd,broadcom,swrast"))
|
||||
'("-Dvulkan-drivers=freedreno,amd,broadcom,swrast,asahi"))
|
||||
(else
|
||||
'("-Dvulkan-drivers=auto")))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue