More ecore_data to separate lib

SVN revision: 45782
This commit is contained in:
Sebastian Dransfeld 2010-02-01 20:20:06 +00:00
parent 6e80dcedaa
commit 53f504f564
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ AC_ARG_ENABLE(ecore,
[ --enable-ecore use ecore functions (for testing only - DO NOT USE!) @<:@default=no@:>@],,
enable_ecore=no)
if test "x$enable_ecore" = "xyes"; then
PKG_CHECK_MODULES(ECORE, ecore ecore-x,
PKG_CHECK_MODULES(ECORE, ecore ecore-x ecore-data,
AC_DEFINE(USE_ECORE, 1, [Use libecore])
AC_DEFINE(USE_ECORE_X, 1, [Use libecore_x]),
enable_ecore=no)