GNU bug report logs - #58886
[PATCH 1/2] gnu: eglexternalplatform: Add native-search-paths field.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Sun, 30 Oct 2022 05:31:01 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58886 in the body.
You can then email your comments to 58886 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#58886; Package guix-patches. (Sun, 30 Oct 2022 05:31:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Hilton Chain <hako <at> ultrarare.space>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 30 Oct 2022 05:31:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: guix-patches <at> gnu.org
Subject: [PATCH 1/2] gnu: eglexternalplatform: Add native-search-paths field.
Date: Sun, 30 Oct 2022 13:29:24 +0800
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#58886; Package guix-patches. (Sun, 30 Oct 2022 05:34:02 GMT) Full text and rfc822 format available.

Message #8 received at 58886 <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: 58886 <at> debbugs.gnu.org
Subject: [PATCH 2/2] gnu: libglvnd: Add native-search-paths field.
Date: Sun, 30 Oct 2022 13:32:15 +0800
* 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





bug closed, send any further explanations to 58886 <at> debbugs.gnu.org and Hilton Chain <hako <at> ultrarare.space> Request was from Hilton Chain <hako <at> ultrarare.space> to control <at> debbugs.gnu.org. (Thu, 25 Jan 2024 16:19:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 23 Feb 2024 12:24:15 GMT) Full text and rfc822 format available.

This bug report was last modified 56 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.