devilhorns pushed a commit to branch master.

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

commit ddab22085927a0b866969082e21a1deb45f9361b
Author: Chris Michael <[email protected]>
Date:   Thu Sep 18 11:31:37 2014 -0400

    ecore-drm: Remove direct dbus dependency from Ecore_Drm
    
    Sumary: Ecore_Drm will be using Eldbus library now, so remove dbus-1
    dependency
    
    @fix
    
    Signed-off-by: Chris Michael <[email protected]>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 4b741be..9a7a4fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2918,7 +2918,7 @@ EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [ecore-input])
 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-login >= 192 dbus-1 gbm])
+EFL_DEPEND_PKG([ECORE_DRM], [DRM], [libudev >= 148 libdrm >= 2.4 xkbcommon >= 
0.3.0 libsystemd-login >= 192 gbm])
 
 EFL_EVAL_PKGS([ECORE_DRM])
 

-- 


Reply via email to