mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
81743c54a3
commit
2c299b338a
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue