me
/
guix
Archived
1
0
Fork 0

gnu: mesa: Fix VDPAU drivers path.

The VDPAU_DRIVER_PATH environment variable must contain only one directory.

* gnu/packages/gl.scm (mesa)[native-search-paths]: Fix specification for
  VDPAU_DRIVER_PATH.

Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
master
Guillaume Le Vaillant 2023-06-13 13:10:43 +00:00 committed by John Kehayias
parent 6b903e2104
commit c7cf2efb7a
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9
1 changed files with 1 additions and 0 deletions

View File

@ -518,6 +518,7 @@ svga,swrast,virgl")))
(list (search-path-specification
;; Ensure the Mesa VDPAU drivers can be found.
(variable "VDPAU_DRIVER_PATH")
(separator #f)
(files '("lib/vdpau")))))
(home-page "https://mesa3d.org/")
(synopsis "OpenGL and Vulkan implementations")