guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Revert "gnu: mesa: Build asahi driver on aarch64.


From: guix-commits
Subject: branch master updated: Revert "gnu: mesa: Build asahi driver on aarch64."
Date: Sun, 07 Jan 2024 16:35:04 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 560cc91e46 Revert "gnu: mesa: Build asahi driver on aarch64."
560cc91e46 is described below

commit 560cc91e46c1955f830c0196f6cb972410338a3a
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Jan 7 22:34:15 2024 +0100

    Revert "gnu: mesa: Build asahi driver on aarch64."
    
    This reverts commit cd9c90823452fa7b88c5e2f2133dac51d9e2bd1e.
    Move it to mesa-updates.
---
 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 9d1a8a1e72..b0ee413acd 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -350,7 +350,7 @@ also known as DXTn or DXTC) for Mesa.")
          #$@(cond
              ((target-aarch64?)
               ;; TODO: Fix svga driver for non-Intel architectures.
-              '("-Dgallium-drivers=asahi,etnaviv,freedreno,kmsro,lima,nouveau,\
+              '("-Dgallium-drivers=etnaviv,freedreno,kmsro,lima,nouveau,\
 panfrost,r300,r600,swrast,tegra,v3d,vc4,virgl"))
              ((target-arm32?)
               ;; Freedreno FTBFS when built on a 64-bit machine.



reply via email to

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