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>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#70514: closed ([PATCH] gnu: retroarch: Fix OpenGL core and
 Vulkan drivers.)
Date: Mon, 06 May 2024 11:54:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 06 May 2024 13:52:13 +0200
with message-id <87zft3yx76.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#70514] [PATCH] gnu: retroarch: Fix OpenGL core and Vulkan drivers.
has caused the debbugs.gnu.org bug report #70514,
regarding [PATCH] gnu: retroarch: Fix OpenGL core and Vulkan drivers.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
70514: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70514
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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



[Message part 3 (message/rfc822, inline)]
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




This bug report was last modified 1 year and 71 days ago.

Previous Next


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