1
Fork 0
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:
Efraim Flashner 2024-12-14 19:46:36 +02:00 committed by John Kehayias
parent e02075f37d
commit ce7443bb67
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -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")))