stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=58f47426a4778d221f20e485d5afa41173db0e76
commit 58f47426a4778d221f20e485d5afa41173db0e76 Author: Stefan Schmidt <s.schm...@samsung.com> Date: Tue Jul 15 17:01:14 2014 +0200 iconfigure: Only use libsystemd-login dep for ecore-drm At least with systemd 208 there is no pc file for just libsystemd. It is split into daemon id128 journal and login. We only need login here so only require it. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7bfdc85..44480a0 100644 --- a/configure.ac +++ b/configure.ac @@ -2808,7 +2808,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 >= 192 libsystemd-login >= 192 dbus-1]) +EFL_DEPEND_PKG([ECORE_DRM], [DRM], [libudev >= 148 libdrm >= 2.4 xkbcommon >= 0.3.0 libsystemd-login >= 192 dbus-1]) EFL_EVAL_PKGS([ECORE_DRM]) --