GNU bug report logs - #70514
[PATCH] gnu: retroarch: Fix OpenGL core and Vulkan drivers.

Previous Next

Package: guix-patches;

Reported by: iyzsong <at> envs.net

Date: Mon, 22 Apr 2024 13:46:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

To reply to this bug, email your comments to 70514 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#70514; Package guix-patches. (Mon, 22 Apr 2024 13:46:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to iyzsong <at> envs.net:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 22 Apr 2024 13:46:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: guix-patches <at> gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH] gnu: retroarch: Fix OpenGL core and Vulkan drivers.
Date: Mon, 22 Apr 2024 21:45:45 +0800
From: 宋文武 <iyzsong <at> 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





Information forwarded to guix-patches <at> gnu.org:
bug#70514; Package guix-patches. (Mon, 06 May 2024 11:54:01 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: iyzsong--- via Guix-patches via <guix-patches <at> gnu.org>
Cc: 宋文武 <iyzsong <at> member.fsf.org>, iyzsong <at> envs.net,
 70514-done <at> debbugs.gnu.org
Subject: Re: [bug#70514] [PATCH] gnu: retroarch: Fix OpenGL core and Vulkan
 drivers.
Date: Mon, 06 May 2024 13:52:13 +0200
Hello,

iyzsong--- via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/emulators.scm (retroarch)[arguments]: Ignore check result for
> HAVE_GLSLANG_HLSL in the configure phase.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou






Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Mon, 06 May 2024 11:54:02 GMT) Full text and rfc822 format available.

Notification sent to iyzsong <at> envs.net:
bug acknowledged by developer. (Mon, 06 May 2024 11:54:02 GMT) Full text and rfc822 format available.

This bug report was last modified today.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.