diff options
author | Chris Michael <cp.michael@samsung.com> | 2014-07-11 14:45:00 -0400 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2014-07-15 09:42:01 -0400 |
commit | c696b6af72121da7b940f1d8b9dbf4a33ba690a3 (patch) | |
tree | 83a7de5bcfa0533c32c55b8db5303cb0bc884299 /configure.ac | |
parent | 20c8065da6e7090a5bb2dd02987d01d1deedc6df (diff) |
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 <cp.michael@samsung.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index aa545e10cd..04e49cd918 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -2805,10 +2805,11 @@ 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]) | ||
2808 | EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [eo]) | 2809 | EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [eo]) |
2809 | EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [eina]) | 2810 | EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [eina]) |
2810 | 2811 | ||
2811 | EFL_DEPEND_PKG([ECORE_DRM], [DRM], [libudev >= 148 libdrm >= 2.4 xkbcommon >= 0.3.0]) | 2812 | EFL_DEPEND_PKG([ECORE_DRM], [DRM], [libudev >= 148 libdrm >= 2.4 xkbcommon >= 0.3.0 libsystemd >= 192 libsystemd-login >= 192]) |
2812 | 2813 | ||
2813 | EFL_EVAL_PKGS([ECORE_DRM]) | 2814 | EFL_EVAL_PKGS([ECORE_DRM]) |
2814 | 2815 | ||