summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Bail <cedric@osg.samsung.com>2016-05-15 03:45:54 -0700
committerCedric Bail <cedric@osg.samsung.com>2016-05-15 03:45:54 -0700
commit1a001d38d48e71a6d6bd828baf935422943fb38d (patch)
tree69a8f20aa8992c75300b88f12799e3f56c262875
parentb01af6e57c3cf129da71fb8093ba72ea640ade04 (diff)
downloadefl-1a001d38d48e71a6d6bd828baf935422943fb38d.tar.gz
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.
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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])