all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68257] [PATCH] gnu: mesa: Build asahi driver on aarch64.
@ 2024-01-05 10:53 Roman Scherer
  2024-01-07 20:02 ` bug#68257: " Mathieu Othacehe
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Roman Scherer @ 2024-01-05 10:53 UTC (permalink / raw)
  To: 68257; +Cc: john.kehayias, Roman Scherer

* gnu/packages/gl.scm (mesa): Build asahi driver on aarch64.

Change-Id: I597e70732b9ebd18960131f1b664b2dc83683b8e
---
 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 b0ee413acd..9d1a8a1e72 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -350,7 +350,7 @@ (define-public mesa
          #$@(cond
              ((target-aarch64?)
               ;; TODO: Fix svga driver for non-Intel architectures.
-              '("-Dgallium-drivers=etnaviv,freedreno,kmsro,lima,nouveau,\
+              '("-Dgallium-drivers=asahi,etnaviv,freedreno,kmsro,lima,nouveau,\
 panfrost,r300,r600,swrast,tegra,v3d,vc4,virgl"))
              ((target-arm32?)
               ;; Freedreno FTBFS when built on a 64-bit machine.

base-commit: ac69b423865f12310cef5662d9c303aa4b90c869
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-01-24 19:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-05 10:53 [bug#68257] [PATCH] gnu: mesa: Build asahi driver on aarch64 Roman Scherer
2024-01-07 20:02 ` bug#68257: " Mathieu Othacehe
2024-01-08  8:54 ` [bug#68257] " Mathieu Othacehe
2024-01-10  9:09   ` Roman Scherer
2024-01-10 13:23     ` Mathieu Othacehe
2024-01-10 13:27       ` Roman Scherer
2024-01-16  1:34         ` John Kehayias via Guix-patches via
2024-01-16 16:14           ` Roman Scherer
2024-01-24 15:19 ` bug#68257: " Maxim Cournoyer
2024-01-24 15:28   ` [bug#68257] " Roman Scherer
2024-01-24 19:19     ` Maxim Cournoyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.