devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=4ea507c2ca2363aa581444eb3f210c1610ef57c0

commit 4ea507c2ca2363aa581444eb3f210c1610ef57c0
Author: Chris Michael <cpmich...@osg.samsung.com>
Date:   Wed Apr 13 15:44:13 2016 -0400

    elput: Add missing optional feature check for systemd
    
    As elput can potentially use systemd-logind for various input device
    functions, we should add this as an optional dependency in the
    configure checks.
    
    @fix
    
    Signed-off-by: Chris Michael <cpmich...@osg.samsung.com>
---
 configure.ac | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index f34bac8..c27d216 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3601,6 +3601,9 @@ EFL_INTERNAL_DEPEND_PKG([ELPUT], [eina])
 
 EFL_DEPEND_PKG([ELPUT], [LIBINPUT], [libinput >= 0.6.0 xkbcommon >= 0.3.0])
 
+EFL_OPTIONAL_DEPEND_PKG([ELPUT], [${want_systemd}], [SYSTEMD], [libsystemd])
+EFL_ADD_FEATURE([ELPUT], [systemd-logind], [${want_systemd}])
+
 EFL_ADD_LIBS([ELPUT], [-lm])
 
 # API change from 0.7 to 0.8. So we define this to support both for now.
@@ -5750,7 +5753,7 @@ fi
 echo "Ecore_Audio.....: ${efl_lib_optional_ecore_audio} 
(${features_ecore_audio})"
 echo "Ecore_Avahi.....: yes (${features_ecore_avahi})"
 echo "Ecore_Evas......: yes (${features_ecore_evas})"
-echo "Elput...........: $want_elput"
+echo "Elput...........: $want_elput (${features_elput})"
 echo "Ector...........: yes"
 echo "Eeze............: ${efl_lib_optional_eeze} (${features_eeze})"
 echo "EPhysics........: ${efl_lib_optional_ephysics}"

-- 


Reply via email to