From: Guillaume Le Vaillant <glv@posteo.net>
To: 64044@debbugs.gnu.org
Cc: Guillaume Le Vaillant <glv@posteo.net>
Subject: [bug#64044] [PATCH] gnu: mesa: Fix VDPAU drivers path.
Date: Tue, 13 Jun 2023 13:10:43 +0000 [thread overview]
Message-ID: <f687c86ace5c768c36212b153d7233d824747923.1686661663.git.glv@posteo.net> (raw)
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.
---
gnu/packages/gl.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 9885bde712..a5b5ade22a 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -517,6 +517,7 @@ (define-public mesa
(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")
base-commit: b94cbbbce70f59b795526a0ed305facf041e6faa
--
2.40.1
next reply other threads:[~2023-06-13 13:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-13 13:10 Guillaume Le Vaillant [this message]
2023-06-29 16:03 ` [bug#64044] [PATCH] gnu: mesa: Fix VDPAU drivers path John Kehayias via Guix-patches via
2023-06-30 12:42 ` Guillaume Le Vaillant
2023-07-31 15:21 ` bug#64044: " John Kehayias via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f687c86ace5c768c36212b153d7233d824747923.1686661663.git.glv@posteo.net \
--to=glv@posteo.net \
--cc=64044@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.