devilhorns pushed a commit to branch master.

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

commit d486de9f6264928d66b6683593a02afe006dc234
Author: Chris Michael <[email protected]>
Date:   Tue Jul 15 09:25:55 2014 -0400

    ecore-drm: Remove eldbus dependency
    
    Eldbus works asynchronously, but we need syncronous method calls to
    get the replies from opening input devices, so let's just use normal
    dbus
    
    Signed-off-by: Chris Michael <[email protected]>
---
 configure.ac | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 04e49cd..7bfdc85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2805,11 +2805,10 @@ AC_SUBST([SUID_LDFLAGS])
 ### Checks for libraries
 EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [ecore])
 EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [ecore-input])
-EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [eldbus])
 EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [eo])
 EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [eina])
 
-EFL_DEPEND_PKG([ECORE_DRM], [DRM], [libudev >= 148 libdrm >= 2.4 xkbcommon >= 
0.3.0 libsystemd >= 192 libsystemd-login >= 192])
+EFL_DEPEND_PKG([ECORE_DRM], [DRM], [libudev >= 148 libdrm >= 2.4 xkbcommon >= 
0.3.0 libsystemd >= 192 libsystemd-login >= 192 dbus-1])
 
 EFL_EVAL_PKGS([ECORE_DRM])
 

-- 


Reply via email to