devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c696b6af72121da7b940f1d8b9dbf4a33ba690a3
commit c696b6af72121da7b940f1d8b9dbf4a33ba690a3 Author: Chris Michael <[email protected]> Date: Fri Jul 11 14:45:00 2014 -0400 ecore-drm: Add eldbus, systemd, and systemd-login dependencies Ecore_Drm will now require dbus, systemd, and systemd-login support in order to open input devices as a normal user Signed-off-by: Chris Michael <[email protected]> --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index aa545e1..04e49cd 100644 --- a/configure.ac +++ b/configure.ac @@ -2805,10 +2805,11 @@ 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]) +EFL_DEPEND_PKG([ECORE_DRM], [DRM], [libudev >= 148 libdrm >= 2.4 xkbcommon >= 0.3.0 libsystemd >= 192 libsystemd-login >= 192]) EFL_EVAL_PKGS([ECORE_DRM]) --
