gnu: wlroots: Update to 0.13.0.

* gnu/packages/wm.scm (wlroots): Update to 0.13.0.
[arguments]: Build with meson-next.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-08 01:12:44 +02:00
parent 70c0eb9e04
commit afd2d66f2a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1390,7 +1390,7 @@ functionality to display information about the most commonly used services.")
(define-public wlroots (define-public wlroots
(package (package
(name "wlroots") (name "wlroots")
(version "0.12.0") (version "0.13.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1399,11 +1399,11 @@ functionality to display information about the most commonly used services.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "01j38lmgs2c6fq68v8b75pkilia2wsgzgp46ivfbi9hhx47kgcfn")))) (base32 "01plhbnsp5yg18arz0v8fr0pr9l4w4pdzwkg9px486qdvb3s1vgy"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:configure-flags '("-Dlogind-provider=elogind") `(#:configure-flags '("-Dlogind-provider=elogind")
#:meson ,meson-0.55 #:meson ,meson-next
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-before 'configure 'hardcode-paths (add-before 'configure 'hardcode-paths