gnu: libglvnd: Update to 1.5.0.

* gnu/packages/gl.scm (libglvnd): Update to 1.5.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Hilton Chain 2022-10-06 07:36:16 +08:00 committed by Ludovic Courtès
parent 26965563ef
commit 807c0658c8
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -755,7 +755,7 @@ (define-public libepoxy
(define-public libglvnd
(package
(name "libglvnd")
(version "1.3.4")
(version "1.5.0")
(home-page "https://gitlab.freedesktop.org/glvnd/libglvnd")
(source (origin
(method git-fetch)
@ -765,7 +765,7 @@ (define-public libglvnd
(file-name (git-file-name name version))
(sha256
(base32
"0phvgg2h3pcz3x39gaymwb37bnw1s26clq9wsj0zx398zmp3dwpk"))))
"1nvlcwzivrdchp70i2l7ic7qdlsdmlsb0ckydscr43rhqldswx69"))))
(build-system meson-build-system)
(arguments
'(#:configure-flags '("-Dx11=enabled")