raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b9df77692cf591215edb5a32cc8f7fb59d3e1e8b
commit b9df77692cf591215edb5a32cc8f7fb59d3e1e8b Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Mon Feb 13 18:54:43 2017 +0900 configure - eolian seemingly still needs evil due to eina this should fix T5172 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 2ccedf1..fe9ff5d 100644 --- a/configure.ac +++ b/configure.ac @@ -1468,6 +1468,7 @@ EFL_ADD_FEATURE([EOLIAN], [cxx], [${have_cxx11}]) ### Checks for programs ## Compatibility layers +EFL_PLATFORM_DEPEND([EOLIAN], [evil]) ### Checks for libraries EFL_INTERNAL_DEPEND_PKG([EOLIAN], [eina]) --
