From b9df77692cf591215edb5a32cc8f7fb59d3e1e8b Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 13 Feb 2017 18:54:43 +0900 Subject: [PATCH] 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 2ccedf16a4..fe9ff5d853 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])