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
|
(define-public egl-wayland
|
||||||
(package
|
(package
|
||||||
(name "egl-wayland")
|
(name "egl-wayland")
|
||||||
(version "1.1.11")
|
(version "1.1.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5229,7 +5229,7 @@ application-facing EGL functions.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11a3j2rjai2vsway9ki5y3ncvhrwd300pz2zcq36mq3brbr1vgf5"))))
|
(base32 "0irmvp8g2wn18q6k3vcmg4a57q4ddmqccv3g7hbysqnsdsps63rl"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(cons* libglvnd ;needed for headers
|
(cons* libglvnd ;needed for headers
|
||||||
|
|
Reference in New Issue