Check Evas too, DSO thingy

SVN revision: 62139
This commit is contained in:
Iván Briano 2011-08-05 15:39:18 +00:00
parent 7eaba550b4
commit 60730094bd
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ if test "x${enable_ememoa}" = "xyes" ; then
)
fi
PKG_CHECK_MODULES([ECORE_EVAS], [ecore-evas ecore], [build_tiler_example="yes"], [build_tiler_example="no"])
PKG_CHECK_MODULES([ECORE_EVAS], [ecore-evas ecore evas], [build_tiler_example="yes"], [build_tiler_example="no"])
AM_CONDITIONAL([BUILD_TILER_EXAMPLE], [test "x${build_tiler_example}" = "xyes"])
### Checks for header files