diff options
author | Chris Michael <cp.michael@samsung.com> | 2014-07-15 09:25:55 -0400 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2014-07-15 09:44:14 -0400 |
commit | d486de9f6264928d66b6683593a02afe006dc234 (patch) | |
tree | 0a638db1c73a4709ef968ab5f060ab436980367e /configure.ac | |
parent | 121be16f3a454de70b7847677d28352912f423ba (diff) |
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 <cp.michael@samsung.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 04e49cd918..7bfdc85efc 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -2805,11 +2805,10 @@ AC_SUBST([SUID_LDFLAGS]) | |||
2805 | ### Checks for libraries | 2805 | ### Checks for libraries |
2806 | EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [ecore]) | 2806 | EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [ecore]) |
2807 | EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [ecore-input]) | 2807 | EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [ecore-input]) |
2808 | EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [eldbus]) | ||
2809 | EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [eo]) | 2808 | EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [eo]) |
2810 | EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [eina]) | 2809 | EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [eina]) |
2811 | 2810 | ||
2812 | EFL_DEPEND_PKG([ECORE_DRM], [DRM], [libudev >= 148 libdrm >= 2.4 xkbcommon >= 0.3.0 libsystemd >= 192 libsystemd-login >= 192]) | 2811 | EFL_DEPEND_PKG([ECORE_DRM], [DRM], [libudev >= 148 libdrm >= 2.4 xkbcommon >= 0.3.0 libsystemd >= 192 libsystemd-login >= 192 dbus-1]) |
2813 | 2812 | ||
2814 | EFL_EVAL_PKGS([ECORE_DRM]) | 2813 | EFL_EVAL_PKGS([ECORE_DRM]) |
2815 | 2814 | ||