fix DSO build.

SVN revision: 60295
This commit is contained in:
Gustavo Sverzut Barbieri 2011-06-13 20:11:00 +00:00
parent 3921f4a27f
commit 9155b5633f
1 changed files with 1 additions and 1 deletions

View File

@ -1576,7 +1576,7 @@ AC_ARG_ENABLE([build-examples],
# put in here the dependencies for Evas' examples. they are
# meant to be 'real world' usage examples, thus one will be
# using higher level libraries on these programs
PKG_CHECK_MODULES([ECORE_EVAS], [ecore-evas])
PKG_CHECK_MODULES([ECORE_EVAS], [ecore-evas ecore])
else
build_examples="no"
fi