davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/places.git/commit/?id=6dd858096c7bc19295fad2d7d5ef9d5759a46c7e
commit 6dd858096c7bc19295fad2d7d5ef9d5759a46c7e Author: Dave Andreoli <[email protected]> Date: Sat Jan 10 13:04:19 2015 +0100 Master now require E20 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index e0f20d0..e55f813 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. # get rid of that stupid cache mechanism rm -f config.cache -AC_INIT(places, 0.19, [email protected]) +AC_INIT(places, 0.20, [email protected]) AC_PREREQ(2.52) AC_CONFIG_SRCDIR(configure.ac) AC_CANONICAL_BUILD @@ -37,7 +37,7 @@ AM_CONDITIONAL([HAVE_PO], [false]) AC_SUBST(LTLIBINTL) # check for Enlightenment -PKG_CHECK_MODULES(E, [enlightenment >= 0.18.99]) +PKG_CHECK_MODULES(E, [enlightenment >= 0.19.99]) release=$(pkg-config --variable=release enlightenment) MODULE_ARCH="$host_os-$host_cpu-$release" AC_SUBST(MODULE_ARCH) --
