guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#51970] [PATCH core-updates-frozen 2/2] gnu: wlroots: Remove unneede


From: Josselin Poiret
Subject: [bug#51970] [PATCH core-updates-frozen 2/2] gnu: wlroots: Remove unneeded elogind dependency.
Date: Fri, 19 Nov 2021 11:08:18 +0000

* gnu/packages/wm.scm (wlroots): Remove it.
---
 gnu/packages/wm.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 7b7d04eb93..6361530534 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1480,8 +1480,7 @@ (define-public wlroots
         (base32 "1sshp3lvlkl1i670kxhwsb4xzxl8raz6769kqvgmxzcb63ns9ay1"))))
     (build-system meson-build-system)
     (arguments
-     `(#:configure-flags '("-Dlogind-provider=elogind")
-       #:phases
+     `(#:phases
        (modify-phases %standard-phases
          (add-before 'configure 'hardcode-paths
            (lambda* (#:key inputs #:allow-other-keys)
@@ -1492,7 +1491,6 @@ (define-public wlroots
              #t)))))
     (propagated-inputs
      `(;; As required by wlroots.pc.
-       ("elogind" ,elogind)
        ("eudev" ,eudev)
        ("libinput" ,libinput)
        ("libxkbcommon" ,libxkbcommon)
-- 
2.33.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]