From 1a001d38d48e71a6d6bd828baf935422943fb38d Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Sun, 15 May 2016 03:45:54 -0700 Subject: [PATCH] evas: make ecore a dependency. As packager will need to update their package anyway with 1.18 it is a good time to finally make evas depends on ecore. This should enable refactoring and simplifying a lot of complex code in EFL. This really should have been done like that from the beginning. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index e50a19711f..8b14aa0de8 100644 --- a/configure.ac +++ b/configure.ac @@ -2051,6 +2051,7 @@ EFL_INTERNAL_DEPEND_PKG([EVAS], [eina]) EFL_INTERNAL_DEPEND_PKG([EVAS], [efl]) EFL_INTERNAL_DEPEND_PKG([EVAS], [emile]) EFL_INTERNAL_DEPEND_PKG([EVAS], [ector]) +EFL_INTERNAL_DEPEND_PKG([EVAS], [ecore]) EFL_ADD_LIBS([EVAS], [-lm])