gnu: retroarch: Fix OpenGL core and Vulkan drivers.

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

Change-Id: I3ba110b834acca25ada0e680a6bcb879b4db96f4
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
宋文武 2024-04-22 21:45:45 +08:00 committed by Nicolas Goaziou
parent 81743c54a3
commit 2c299b338a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1520,6 +1520,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