gnu: wlroots: Remove unneeded elogind dependency.
* gnu/packages/wm.scm (wlroots): Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
02a3a1bdd7
commit
d55ed2725e
|
@ -1480,8 +1480,7 @@ functionality to display information about the most commonly used services.")
|
||||||
(base32 "1sshp3lvlkl1i670kxhwsb4xzxl8raz6769kqvgmxzcb63ns9ay1"))))
|
(base32 "1sshp3lvlkl1i670kxhwsb4xzxl8raz6769kqvgmxzcb63ns9ay1"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-Dlogind-provider=elogind")
|
`(#:phases
|
||||||
#:phases
|
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'hardcode-paths
|
(add-before 'configure 'hardcode-paths
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
|
@ -1492,7 +1491,6 @@ functionality to display information about the most commonly used services.")
|
||||||
#t)))))
|
#t)))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(;; As required by wlroots.pc.
|
`(;; As required by wlroots.pc.
|
||||||
("elogind" ,elogind)
|
|
||||||
("eudev" ,eudev)
|
("eudev" ,eudev)
|
||||||
("libinput" ,libinput)
|
("libinput" ,libinput)
|
||||||
("libxkbcommon" ,libxkbcommon)
|
("libxkbcommon" ,libxkbcommon)
|
||||||
|
|
Reference in New Issue