guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/07: gnu: mesa: Build asahi vulkan driver on aarch64-linux.


From: guix-commits
Subject: 05/07: gnu: mesa: Build asahi vulkan driver on aarch64-linux.
Date: Mon, 30 Dec 2024 09:13:14 -0500 (EST)

efraim pushed a commit to branch mesa-updates
in repository guix.

commit c0df3160a6df12dba9ac838d8d9fe13001e562ad
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Dec 14 19:46:36 2024 +0200

    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
---
 gnu/packages/gl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 418970547e..b3e70bcc6b 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -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")))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]