mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-02 02:14:59 +00:00
nonguix: multiarch-container: Fix controller detection.
Fixes: https://gitlab.com/nonguix/nonguix/-/issues/384 * nonguix/multiarch-container.scm (make-internal-script): Fix controller detection. Reported-by: Morgan Smith <Morgan.J.Smith@outlook.com>
This commit is contained in:
parent
7b5ef8b9c1
commit
ee118a4e80
1 changed files with 3 additions and 0 deletions
|
@ -587,6 +587,9 @@ application."
|
|||
(setenv "LD_LIBRARY_PATH"
|
||||
(string-append "/lib64:/lib:/lib64/nss:/lib/nss:"
|
||||
"/lib64/vdpau:/lib/vdpau"))
|
||||
;; Fix controller detection.
|
||||
;; See <https://gitlab.com/nonguix/nonguix/-/issues/384>
|
||||
(setenv "SDL_JOYSTICK_DISABLE_UDEV" "1")
|
||||
|
||||
;; Process FHS-specific command line options.
|
||||
(let* ((options (getopt-long (or fhs-args '("")) fhs-option-spec))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue