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 @@ (define-public polybar
(define-public wlroots
(package
(name "wlroots")
(version "0.12.0")
(version "0.13.0")
(source
(origin
(method git-fetch)
@ -1399,11 +1399,11 @@ (define-public wlroots
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "01j38lmgs2c6fq68v8b75pkilia2wsgzgp46ivfbi9hhx47kgcfn"))))
(base32 "01plhbnsp5yg18arz0v8fr0pr9l4w4pdzwkg9px486qdvb3s1vgy"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dlogind-provider=elogind")
#:meson ,meson-0.55
#:meson ,meson-next
#:phases
(modify-phases %standard-phases
(add-before 'configure 'hardcode-paths