From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 58886@debbugs.gnu.org
Subject: [bug#58886] [PATCH 2/2] gnu: libglvnd: Add native-search-paths field.
Date: Sun, 30 Oct 2022 13:32:15 +0800 [thread overview]
Message-ID: <y761qqpri5c.wl-hako@ultrarare.space> (raw)
In-Reply-To: <handler.58886.B.166710783323287.ack@debbugs.gnu.org>
* gnu/packages/gl.scm (libglvnd): Add native-search-paths field.
---
gnu/packages/gl.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 68c751ace5..39f7d7d057 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -783,6 +783,10 @@ (define-public libglvnd
(list pkg-config))
(inputs
(list libx11 libxext xorgproto))
+ (native-search-paths
+ (list (search-path-specification
+ (variable "__EGL_VENDOR_LIBRARY_DIRS")
+ (files '("share/glvnd/egl_vendor.d")))))
(synopsis "Vendor-neutral OpenGL dispatch library")
(description
"libglvnd is a vendor-neutral dispatch layer for arbitrating OpenGL
--
2.38.0
prev parent reply other threads:[~2022-10-30 5:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-30 5:29 [bug#58886] [PATCH 1/2] gnu: eglexternalplatform: Add native-search-paths field Hilton Chain via Guix-patches via
[not found] ` <handler.58886.B.166710783323287.ack@debbugs.gnu.org>
2022-10-30 5:32 ` Hilton Chain via Guix-patches via [this message]
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=y761qqpri5c.wl-hako@ultrarare.space \
--to=guix-patches@gnu.org \
--cc=58886@debbugs.gnu.org \
--cc=hako@ultrarare.space \
/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.