diff options
author | Hilton Chain <hako@ultrarare.space> | 2024-12-13 21:13:59 +0800 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2024-12-20 17:02:49 +0800 |
commit | 4e2fb1b5c4a1f775d264b7273191231034033760 (patch) | |
tree | 01f4bbe351f03cf5123e051c48485c1b0b1e13eb /gnu/packages/xorg.scm | |
parent | 8b9807489a98df5cfc1e84a7caa6b3d12f33e612 (diff) |
gnu: Remove egl-gbm.
* gnu/packages/xorg.scm (egl-gbm): Delete variable.
Change-Id: I5154009ac81f5a8fcf789a80d32217a95280d15b
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index f59c3dc7b2..62ee135b79 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -5342,29 +5342,6 @@ 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") |