gnu: libglvnd: Update to 1.3.2.
* gnu/packages/gl.scm (libglvnd): Update to 1.3.2.
This commit is contained in:
parent
661ad8d7c5
commit
6018d1ee60
1 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
;;; Copyright © 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
|
;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
|
||||||
;;; Copyright © 2017, 2018, 2019 Rutger Helling <rhelling@mykolab.com>
|
;;; Copyright © 2017, 2018, 2019 Rutger Helling <rhelling@mykolab.com>
|
||||||
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2019 Pierre Neidhardt <mail@ambrevar.xyz>
|
;;; Copyright © 2019 Pierre Neidhardt <mail@ambrevar.xyz>
|
||||||
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
|
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
|
||||||
;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
|
;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
|
||||||
|
|
@ -701,7 +701,7 @@ OpenGL graphics API.")
|
||||||
(define-public libglvnd
|
(define-public libglvnd
|
||||||
(package
|
(package
|
||||||
(name "libglvnd")
|
(name "libglvnd")
|
||||||
(version "1.3.1")
|
(version "1.3.2")
|
||||||
(home-page "https://gitlab.freedesktop.org/glvnd/libglvnd")
|
(home-page "https://gitlab.freedesktop.org/glvnd/libglvnd")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
@ -711,7 +711,7 @@ OpenGL graphics API.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mkzdzdxjxjl794rblq4mq33wmb8ikqmfswbqdbr8gw2kw4wlhdl"))))
|
"10x7fgb114r4gikdg6flszl3kwzcb9y5qa7sj9936mk0zxhjaylz"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("-Dx11=enabled")
|
'(#:configure-flags '("-Dx11=enabled")
|
||||||
|
|
|
||||||
Reference in a new issue