guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: gnu: mesa: Fix VDPAU drivers path.


From: guix-commits
Subject: 01/06: gnu: mesa: Fix VDPAU drivers path.
Date: Sat, 29 Jul 2023 22:07:29 -0400 (EDT)

podiki pushed a commit to branch master
in repository guix.

commit c7cf2efb7abcc7a5a7ce9606c9d876d00ddde9ad
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Tue Jun 13 13:10:43 2023 +0000

    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>
---
 gnu/packages/gl.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 1691086e1a..d42903cc8f 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]