guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: efl: Build with elogind support.


From: guix-commits
Subject: 05/05: gnu: efl: Build with elogind support.
Date: Wed, 2 Oct 2019 14:03:56 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 8ce47c20209ad9b87e1b7595556f22b2b5e2b8a2
Author: Efraim Flashner <address@hidden>
Date:   Wed Oct 2 18:53:20 2019 +0300

    gnu: efl: Build with elogind support.
    
    * gnu/packages/enlightenment.scm (efl)[arguments]: Add configure flag to
    enable support for elogind.
    [propagated-inputs]: Add elogind.
---
 gnu/packages/enlightenment.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index f3434c6..8384f4c 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -113,6 +113,7 @@
      `(("avahi" ,avahi)
        ("bullet" ,bullet)
        ("dbus" ,dbus)
+       ("elogind" ,elogind)
        ("eudev" ,eudev)
        ("fontconfig" ,fontconfig)
        ("freetype" ,freetype)
@@ -142,6 +143,8 @@
                            ;(string-append "-Ddictionaries-hyphen-dir="
                            ;               (assoc-ref %build-inputs "hyphen")
                            ;               "/share/hyphen")
+                           "-Delogind=true"
+                           "-Dnetwork-backend=connman"
                            ,@(match (%current-system)
                                ("armhf-linux"
                                 '("-opengl=es-egl"))



reply via email to

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