unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58886] [PATCH 1/2] gnu: eglexternalplatform: Add native-search-paths field.
@ 2022-10-30  5:29 Hilton Chain via Guix-patches via
       [not found] ` <handler.58886.B.166710783323287.ack@debbugs.gnu.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2022-10-30  5:29 UTC (permalink / raw)
  To: 58886

* gnu/packages/xorg.scm (eglexternalplatform): Add native-search-paths field.
---
 gnu/packages/xorg.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index a6b7b71d1d..54f5863d17 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5302,6 +5302,10 @@ (define-public eglexternalplatform
                           (string-append out "/samples")
                           (string-append out "/COPYING")
                           (string-append out "/README.md")))))))))
+    (native-search-paths
+     (list (search-path-specification
+            (variable "__EGL_EXTERNAL_PLATFORM_CONFIG_DIRS")
+            (files '("share/egl/egl_external_platform.d")))))
     (synopsis "EGL External Platform interface")
     (description "EGLExternalPlatform is an specification of the EGL External
 Platform interface for writing EGL platforms and their interactions with modern

base-commit: 63bf06013820aa26aca7dc8f18cb79403b94e9a5
-- 
2.38.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#58886] [PATCH 2/2] gnu: libglvnd: Add native-search-paths field.
       [not found] ` <handler.58886.B.166710783323287.ack@debbugs.gnu.org>
@ 2022-10-30  5:32   ` Hilton Chain via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2022-10-30  5:32 UTC (permalink / raw)
  To: 58886

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-30  5:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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   ` [bug#58886] [PATCH 2/2] gnu: libglvnd: " Hilton Chain via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).