gnu: libglvnd: Update to 1.3.4.

* gnu/packages/gl.scm (libglvnd): Update to 1.3.4.
[arguments]: Don't return #t from phases.
This commit is contained in:
Tobias Geerinckx-Rice 2021-09-04 21:04:09 +02:00
parent 5ab51bee58
commit da2bd0c184
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -719,7 +719,7 @@ (define-public libepoxy
(define-public libglvnd
(package
(name "libglvnd")
(version "1.3.3")
(version "1.3.4")
(home-page "https://gitlab.freedesktop.org/glvnd/libglvnd")
(source (origin
(method git-fetch)
@ -729,7 +729,7 @@ (define-public libglvnd
(file-name (git-file-name name version))
(sha256
(base32
"0gjk6m3gkdm12bmih2jflp0v5s1ibkixk7mrzrk0cj884m3hy1z6"))))
"0phvgg2h3pcz3x39gaymwb37bnw1s26clq9wsj0zx398zmp3dwpk"))))
(build-system meson-build-system)
(arguments
'(#:configure-flags '("-Dx11=enabled")
@ -741,8 +741,7 @@ (define-public libglvnd
;; require a running Xorg server.
(substitute* "tests/meson.build"
(("if with_glx")
"if false"))
#t)))))
"if false")))))))
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs