all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 68817@debbugs.gnu.org
Cc: Hilton Chain <hako@ultrarare.space>
Subject: [bug#68817] [PATCH] gnu: Add egl-gbm.
Date: Tue, 30 Jan 2024 19:41:26 +0800	[thread overview]
Message-ID: <cd4f359734bcad3263c15dec2a8129fcb266602f.1706614815.git.hako@ultrarare.space> (raw)

* 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





             reply	other threads:[~2024-01-30 11:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-30 11:41 Hilton Chain via Guix-patches via [this message]
2024-02-05  7:41 ` bug#68817: [PATCH] gnu: Add egl-gbm Hilton Chain via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cd4f359734bcad3263c15dec2a8129fcb266602f.1706614815.git.hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=68817@debbugs.gnu.org \
    --cc=hako@ultrarare.space \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.