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.
This commit is contained in:
Cedric Bail 2016-05-15 03:45:54 -07:00
parent b01af6e57c
commit 1a001d38d4
1 changed files with 1 additions and 0 deletions

View File

@ -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])