ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=16e34cfbdfb92dcc22e2624a9c6223937b5dd97c
commit 16e34cfbdfb92dcc22e2624a9c6223937b5dd97c Author: Andy Williams <[email protected]> Date: Tue Dec 27 20:16:40 2016 +0000 we depend on elementary in git again --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fa1c763..10cea17 100644 --- a/configure.ac +++ b/configure.ac @@ -58,7 +58,7 @@ EFL_CHECK_DOXYGEN([build_doc="yes"], [build_doc="no"]) ### Checks for libraries -requirements_pc_edi="eina >= 1.17.0 evas >= 1.17.0 ecore >= 1.17.0 edje >= 1.17.0 eo >= 1.18.99 elementary >= 1.18.0 eio >= 1.17.0" +requirements_pc_edi="eina >= 1.17.0 evas >= 1.17.0 ecore >= 1.17.0 edje >= 1.17.0 eo >= 1.18.99 elementary >= 1.18.99 eio >= 1.17.0" AC_SUBST([requirements_pc_edi]) PKG_CHECK_MODULES([EFL], [${requirements_pc_edi}]) --
