gnu: efl: Build with elogind support.

* gnu/packages/enlightenment.scm (efl)[arguments]: Add configure flag to
enable support for elogind.
[propagated-inputs]: Add elogind.
This commit is contained in:
Efraim Flashner 2019-10-02 18:53:20 +03:00
parent 6a3823de89
commit 8ce47c2020
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -113,6 +113,7 @@ (define-public efl
`(("avahi" ,avahi)
("bullet" ,bullet)
("dbus" ,dbus)
("elogind" ,elogind)
("eudev" ,eudev)
("fontconfig" ,fontconfig)
("freetype" ,freetype)
@ -142,6 +143,8 @@ (define-public efl
;(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"))