gnu: egl-wayland: Update to 1.1.13.
* gnu/packages/xorg.scm (egl-wayland): Update to 1.1.13. Change-Id: I2ecc5776e80f3bcebcfbbcde34865692a8758845master
parent
afe5da41ba
commit
082cb39219
|
@ -5220,7 +5220,7 @@ application-facing EGL functions.")
|
|||
(define-public egl-wayland
|
||||
(package
|
||||
(name "egl-wayland")
|
||||
(version "1.1.11")
|
||||
(version "1.1.13")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5229,7 +5229,7 @@ application-facing EGL functions.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "11a3j2rjai2vsway9ki5y3ncvhrwd300pz2zcq36mq3brbr1vgf5"))))
|
||||
(base32 "0irmvp8g2wn18q6k3vcmg4a57q4ddmqccv3g7hbysqnsdsps63rl"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
(cons* libglvnd ;needed for headers
|
||||
|
|
Reference in New Issue