ecore-conig dont build if no evas found (mind u if no evas... why ecore etc.?

very unusual)



SVN revision: 42394
This commit is contained in:
Carsten Haitzler 2009-09-10 21:49:41 +00:00
parent bef3c68926
commit fda3149474
1 changed files with 1 additions and 1 deletions

View File

@ -811,7 +811,7 @@ fi
# ecore_config
ecore_config_deps="no"
if test "x$have_eet" = "xyes" -a "x$have_ecore_ipc" = "xyes" ; then
if test "x$have_eet" = "xyes" -a "x$have_ecore_ipc" = "xyes" -a "x$have_evas" ; then
ecore_config_deps="yes"
fi