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>master
parent
81743c54a3
commit
2c299b338a
|
@ -1520,6 +1520,10 @@ as RetroArch.")
|
||||||
(("/usr/local/share/wayland-protocols")
|
(("/usr/local/share/wayland-protocols")
|
||||||
(string-append wayland-protocols "/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
|
;; The configure script does not yet accept the extra arguments
|
||||||
;; (like ‘CONFIG_SHELL=’) passed by the default configure phase.
|
;; (like ‘CONFIG_SHELL=’) passed by the default configure phase.
|
||||||
(invoke
|
(invoke
|
||||||
|
|
Reference in New Issue