From: iyzsong--- via Guix-patches via <guix-patches@gnu.org>
To: 70514@debbugs.gnu.org
Cc: 宋文武 <iyzsong@member.fsf.org>
Subject: [bug#70514] [PATCH] gnu: retroarch: Fix OpenGL core and Vulkan drivers.
Date: Mon, 22 Apr 2024 21:45:45 +0800 [thread overview]
Message-ID: <aff3cb8e23c19f6c03d0cc7652ee455573ecd8e7.1713793535.git.iyzsong@member.fsf.org> (raw)
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/emulators.scm (retroarch)[arguments]: Ignore check result for
HAVE_GLSLANG_HLSL in the configure phase.
Change-Id: I3ba110b834acca25ada0e680a6bcb879b4db96f4
---
gnu/packages/emulators.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index a935808da5..08894bd685 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1462,6 +1462,10 @@ (define-public retroarch
(("/usr/local/share/wayland-protocols")
(string-append wayland-protocols "/share/wayland-protocols")))
+ ;; Without HLSL, we can still enable GLSLANG and Vulkan support.
+ (substitute* "qb/config.libs.sh"
+ (("[$]HAVE_GLSLANG_HLSL") "notcare"))
+
;; The configure script does not yet accept the extra arguments
;; (like ‘CONFIG_SHELL=’) passed by the default configure phase.
(invoke
base-commit: 30de2751094fa7cceeb692c656296209970d61cb
--
2.41.0
next reply other threads:[~2024-04-22 13:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-22 13:45 iyzsong--- via Guix-patches via [this message]
2024-05-06 11:52 ` bug#70514: [PATCH] gnu: retroarch: Fix OpenGL core and Vulkan drivers Nicolas Goaziou via Guix-patches via
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aff3cb8e23c19f6c03d0cc7652ee455573ecd8e7.1713793535.git.iyzsong@member.fsf.org \
--to=guix-patches@gnu.org \
--cc=70514@debbugs.gnu.org \
--cc=iyzsong@envs.net \
--cc=iyzsong@member.fsf.org \
/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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).