diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2014-07-15 17:01:14 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2014-07-15 17:01:14 +0200 |
commit | 58f47426a4778d221f20e485d5afa41173db0e76 (patch) | |
tree | 980a0bb330f0d391a97af2df94060da093ec0568 /configure.ac | |
parent | 00f99a874d8c6c8a69909a78226d0c146d610ce0 (diff) |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7bfdc85efc..44480a0837 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -2808,7 +2808,7 @@ EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [ecore-input]) | |||
2808 | EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [eo]) | 2808 | EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [eo]) |
2809 | EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [eina]) | 2809 | EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [eina]) |
2810 | 2810 | ||
2811 | EFL_DEPEND_PKG([ECORE_DRM], [DRM], [libudev >= 148 libdrm >= 2.4 xkbcommon >= 0.3.0 libsystemd >= 192 libsystemd-login >= 192 dbus-1]) | 2811 | EFL_DEPEND_PKG([ECORE_DRM], [DRM], [libudev >= 148 libdrm >= 2.4 xkbcommon >= 0.3.0 libsystemd-login >= 192 dbus-1]) |
2812 | 2812 | ||
2813 | EFL_EVAL_PKGS([ECORE_DRM]) | 2813 | EFL_EVAL_PKGS([ECORE_DRM]) |
2814 | 2814 | ||