guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: swayidle: Add elogind support.


From: guix-commits
Subject: 01/01: gnu: swayidle: Add elogind support.
Date: Sat, 15 Jun 2019 08:52:13 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ddd401d28fb09f1f8ce96f2fc24226887a812412
Author: Meiyo Peng <address@hidden>
Date:   Sun Jun 9 18:10:20 2019 +0800

    gnu: swayidle: Add elogind support.
    
    * gnu/packages/wm.scm (swayidle)[arguments]: Add #:configure-flags.
      [inputs]: Add elogind.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/wm.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index eac17e0..d5344dc 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1249,7 +1249,10 @@ modules for building a Wayland compositor.")
        (sha256
         (base32 "04agcbhc473jkk7npb40i94ny8naykxzpjcw2lvl05kxv65y5d9v"))))
     (build-system meson-build-system)
-    (inputs `(("wayland" ,wayland)))
+    (arguments
+     `(#:configure-flags '("-Dlogind-provider=elogind")))
+    (inputs `(("elogind" ,elogind)
+              ("wayland" ,wayland)))
     (native-inputs `(("pkg-config" ,pkg-config)
                      ("scdoc" ,scdoc)
                      ("wayland-protocols" ,wayland-protocols)))



reply via email to

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