devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=043fab5a4c2334d03a17d6ad8999ad71c9f933a6
commit 043fab5a4c2334d03a17d6ad8999ad71c9f933a6 Author: Chris Michael <[email protected]> Date: Tue Sep 23 09:03:17 2014 -0400 ecore-drm: Add Eeze as a dependency for Ecore_Drm @fix Signed-off-by: Chris Michael <[email protected]> --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 2059db0..f2753db 100644 --- a/configure.ac +++ b/configure.ac @@ -3033,6 +3033,7 @@ AC_SUBST([SUID_LDFLAGS]) 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], [eeze]) EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [eo]) EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [eina]) --
