devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=5f10ad8155a75fbc5952f34593254c478ddb5f2d

commit 5f10ad8155a75fbc5952f34593254c478ddb5f2d
Author: Chris Michael <cpmich...@osg.samsung.com>
Date:   Thu Jun 2 12:00:32 2016 -0400

    Revert "Revert "elput: add missing dependency on libudev""
    
    Apparently, libudev is not thread-safe which means we cannot use Eeze
    for getting the udev but rather need to actually use libudev, so those
    revert needs to be reverted.
    
    This reverts commit 354bc66d0d58a74b0464275e865a9cc6c920a538.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 77950e7..e348bc8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3695,7 +3695,7 @@ EFL_INTERNAL_DEPEND_PKG([ELPUT], [eeze])
 EFL_INTERNAL_DEPEND_PKG([ELPUT], [eo])
 EFL_INTERNAL_DEPEND_PKG([ELPUT], [eina])
 
-EFL_DEPEND_PKG([ELPUT], [LIBINPUT], [libinput >= 0.6.0 xkbcommon >= 0.3.0])
+EFL_DEPEND_PKG([ELPUT], [LIBINPUT], [libinput >= 0.6.0 xkbcommon >= 0.3.0 
libudev])
 
 EFL_OPTIONAL_DEPEND_PKG([ELPUT], [${want_systemd}], [SYSTEMD], [libsystemd])
 EFL_ADD_FEATURE([ELPUT], [systemd-logind], [${want_systemd}])

-- 


Reply via email to