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:
parent
70c0eb9e04
commit
afd2d66f2a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue