[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/10: gnu: egl-wayland: Update to 1.1.9.
From: |
guix-commits |
Subject: |
07/10: gnu: egl-wayland: Update to 1.1.9. |
Date: |
Thu, 18 Nov 2021 11:49:34 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit 6cec90466581e22ef76af791256a572b2280e6c3
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Nov 14 00:29:00 2021 -0500
gnu: egl-wayland: Update to 1.1.9.
* gnu/packages/xorg.scm (egl-wayland): Update to 1.1.9.
[native-inputs]: Add libglvnd and mesa-headers.
[inputs]: Add wayland-protocols.
---
gnu/packages/xorg.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 26eabbc..db1860d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5577,7 +5577,7 @@ application-facing EGL functions.")
(define-public egl-wayland
(package
(name "egl-wayland")
- (version "1.1.7")
+ (version "1.1.9")
(source
(origin
(method git-fetch)
@@ -5586,13 +5586,16 @@ application-facing EGL functions.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0xcx1132zwyp4qps074m72ngjlfmysi1jc2d0lp1ml1r9bllkam6"))))
+ (base32 "1iz86cpc4v7izckrcslllnw0vvvgsxg1sr65yb8s9d0f8xa8djdd"))))
(build-system meson-build-system)
(native-inputs
- `(("pkg-config" ,pkg-config)))
+ `(("libglvnd" ,libglvnd) ;needed for headers
+ ("mesa-headers" ,mesa-headers)
+ ("pkg-config" ,pkg-config)))
(inputs
`(("mesa" ,mesa)
- ("wayland" ,wayland)))
+ ("wayland" ,wayland)
+ ("wayland-protocols" ,wayland-protocols)))
(propagated-inputs
`(("eglexternalplatform" ,eglexternalplatform)))
(synopsis "EGLStream-based Wayland external platform")
- branch core-updates-frozen updated (235adae -> 61576d5), guix-commits, 2021/11/18
- 02/10: gnu: libxkbfile: Propagate libx11 and kbproto., guix-commits, 2021/11/18
- 03/10: gnu: mesa: Update to 21.2.5., guix-commits, 2021/11/18
- 01/10: gnu: libinput: Update to 1.19.2., guix-commits, 2021/11/18
- 04/10: gnu: xorg-server: Update to 21.1.1 and reinstate parallel tests., guix-commits, 2021/11/18
- 08/10: gnu: xorg-server-xwayland: Update to 21.1.3 and adjust package., guix-commits, 2021/11/18
- 06/10: gnu: Move eglexternalplatform and egl-wayland to (gnu packages xorg)., guix-commits, 2021/11/18
- 05/10: gnu: xorg-server: Enable X security extensions (xcsecurity)., guix-commits, 2021/11/18
- 07/10: gnu: egl-wayland: Update to 1.1.9.,
guix-commits <=
- 09/10: gnu: python-dbusmock: Update to 0.24.1., guix-commits, 2021/11/18
- 10/10: gnu: python-dbusmock: Patch reference to dbus-daemon., guix-commits, 2021/11/18