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:
parent
6a3823de89
commit
8ce47c2020
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue