evil >= 1.0.0

SVN revision: 65305
This commit is contained in:
Vincent Torri 2011-11-16 17:51:42 +00:00
parent f914facc11
commit 716e1a9458
1 changed files with 2 additions and 2 deletions

View File

@ -217,8 +217,8 @@ AC_SUBST(pkgconfig_requires_private)
EFL_EDJE_BUILD=""
case "$host_os" in
mingw* | cegcc*)
PKG_CHECK_MODULES([EVIL], [evil])
mingw*)
PKG_CHECK_MODULES([EVIL], [evil >= 1.0.0])
AC_DEFINE([HAVE_EVIL], [1], [Set to 1 if Evil library is installed])
requirement_edje="evil ${requirement_edje}"
EFL_EDJE_BUILD="-DEFL_EDJE_BUILD"