require E20+

This commit is contained in:
Mike Blumenkrantz 2015-12-28 12:07:03 -05:00
parent c2a1464d1e
commit 790d62c67d
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ AC_PROG_LIBTOOL
#])
#AC_SUBST(LTLIBINTL)
PKG_CHECK_MODULES([E], [efx enlightenment >= 0.19.99])
PKG_CHECK_MODULES([E], [efx enlightenment >= 0.20.0])
release=$(pkg-config --variable=release enlightenment)
MODULE_ARCH="$host_os-$host_cpu-$release"
AC_SUBST(MODULE_ARCH)