* [bug#68817] [PATCH] gnu: Add egl-gbm.
@ 2024-01-30 11:41 Hilton Chain via Guix-patches via
2024-02-05 7:41 ` bug#68817: " Hilton Chain via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-01-30 11:41 UTC (permalink / raw)
To: 68817; +Cc: Hilton Chain
* gnu/packages/xorg.scm (egl-gbm): New variable.
Change-Id: Idb7785e898f7289ddc6100d3d11b797db163ca3e
---
gnu/packages/xorg.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index e768cdb725..17a35d964d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5217,6 +5217,29 @@ (define-public eglexternalplatform
(home-page "https://github.com/NVIDIA/eglexternalplatform")
(license license:expat)))
+(define-public egl-gbm
+ (package
+ (name "egl-gbm")
+ (version "1.1.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/NVIDIA/egl-gbm")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "125h1751vdg60klci0cbmcqj46spxalzqawvvd469qvx69bm30da"))))
+ (build-system meson-build-system)
+ (native-inputs (list pkg-config))
+ (inputs (list eglexternalplatform mesa))
+ (synopsis "GBM EGL external platform library")
+ (description
+ "This package provides an EGL External Platform library implementation for
+GBM EGL support.")
+ (home-page "https://github.com/NVIDIA/egl-gbm")
+ (license license:expat)))
+
(define-public egl-wayland
(package
(name "egl-wayland")
base-commit: 144c95032e517bb8ce466b930fe91506bcc92b2b
prerequisite-patch-id: 6d9f66c16aa918142cf3cb1d9a65044fe5597fb7
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#68817: [PATCH] gnu: Add egl-gbm.
2024-01-30 11:41 [bug#68817] [PATCH] gnu: Add egl-gbm Hilton Chain via Guix-patches via
@ 2024-02-05 7:41 ` Hilton Chain via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-02-05 7:41 UTC (permalink / raw)
To: 68817-done
On Tue, 30 Jan 2024 19:41:26 +0800,
Hilton Chain wrote:
>
> * gnu/packages/xorg.scm (egl-gbm): New variable.
>
> Change-Id: Idb7785e898f7289ddc6100d3d11b797db163ca3e
> ---
> gnu/packages/xorg.scm | 23 +++++++++++++++++++++++
> 1 file changed, 23 insertions(+)
Applied as 049ca6d4765c26d7d7822ea5ac0ca27351351578, closing.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-02-05 7:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-30 11:41 [bug#68817] [PATCH] gnu: Add egl-gbm Hilton Chain via Guix-patches via
2024-02-05 7:41 ` bug#68817: " 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).