evas: make ecore a dependency.
authorCedric Bail <cedric@osg.samsung.com>
Sun, 15 May 2016 10:45:54 +0000 (03:45 -0700)
committerCedric Bail <cedric@osg.samsung.com>
Sun, 15 May 2016 10:45:54 +0000 (03:45 -0700)
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

index e50a197..8b14aa0 100644 (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])