[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/23: gnu: Add egl-gbm.
From: |
guix-commits |
Subject: |
18/23: gnu: Add egl-gbm. |
Date: |
Mon, 5 Feb 2024 02:29:43 -0500 (EST) |
hako pushed a commit to branch master
in repository guix.
commit 049ca6d4765c26d7d7822ea5ac0ca27351351578
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Tue Jan 30 13:15:34 2024 +0800
gnu: Add egl-gbm.
* 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 @@ application-facing EGL functions.")
(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")
- 13/23: gnu: kconfig-hardened-check: Rename to kernel-hardening-checker., (continued)
- 13/23: gnu: kconfig-hardened-check: Rename to kernel-hardening-checker., guix-commits, 2024/02/05
- 16/23: gnu: emacs-wanderlust: Update to 2.15.9-818.9fd2c65., guix-commits, 2024/02/05
- 21/23: gnu: go-github-com-docker-go-connections: Update to 0.5.0., guix-commits, 2024/02/05
- 15/23: gnu: emacs-semi-epg: Update to 1.14.6-248.9063a44., guix-commits, 2024/02/05
- 17/23: gnu: egl-wayland: Update to 1.1.13., guix-commits, 2024/02/05
- 22/23: gnu: clamav: Update to 0.103.11., guix-commits, 2024/02/05
- 14/23: gnu: emacs-flim-lb: Update to 1.14.9-142.abdd231., guix-commits, 2024/02/05
- 11/23: gnu: picard: Update to 2.11., guix-commits, 2024/02/05
- 19/23: gnu: guile-ics: Update to 0.6.0., guix-commits, 2024/02/05
- 23/23: gnu: guile-yamlpp: Update to 0.3., guix-commits, 2024/02/05
- 18/23: gnu: Add egl-gbm.,
guix-commits <=
- 20/23: gnu: guile-ics: Fix cross-compilation., guix-commits, 2024/02/05