From: Roman Scherer <roman@burningswell.com>
To: 68257@debbugs.gnu.org
Cc: john.kehayias@protonmail.com, Roman Scherer <roman@burningswell.com>
Subject: [bug#68257] [PATCH] gnu: mesa: Build asahi driver on aarch64.
Date: Fri, 5 Jan 2024 11:53:04 +0100 [thread overview]
Message-ID: <1db5dc8e6e124b6c500f1e60b1f895bf95638169.1704451324.git.roman@burningswell.com> (raw)
* 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
next reply other threads:[~2024-01-05 10:54 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-05 10:53 Roman Scherer [this message]
2024-01-07 20:02 ` bug#68257: [PATCH] gnu: mesa: Build asahi driver on aarch64 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1db5dc8e6e124b6c500f1e60b1f895bf95638169.1704451324.git.roman@burningswell.com \
--to=roman@burningswell.com \
--cc=68257@debbugs.gnu.org \
--cc=john.kehayias@protonmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.