ecore,embryo,evas: fix copy & paste issue.

SVN revision: 68417
This commit is contained in:
Cedric BAIL 2012-02-24 14:07:57 +00:00
parent 58713c369f
commit 37a231afae
3 changed files with 3 additions and 3 deletions

View File

@ -482,7 +482,7 @@ PKG_CHECK_MODULES([EXOTIC],
[enable_exotic="no"])
if test "x${enable_exotic}" = "xyes"; then
requirement_exotic="exotic ${requirement_exotic}"
requirements_ecore="exotic ${requirements_ecore}"
AC_DEFINE([HAVE_EXOTIC], [1], [Define to 1 if you have Exotic.])
fi

View File

@ -117,7 +117,7 @@ PKG_CHECK_MODULES([EXOTIC],
[enable_exotic="no"])
if test "x${enable_exotic}" = "xyes"; then
requirement_eina="exotic ${requirement_eina}"
requirement_embryo="exotic ${requirement_embryo}"
EINA_CFLAGS="${EINA_CFLAGS} ${EXOTIC_CFLAGS}"
EINA_LIBS="${EXOTIC_LIBS}"

View File

@ -251,7 +251,7 @@ PKG_CHECK_MODULES([EXOTIC],
[enable_exotic="no"])
if test "x${enable_exotic}" = "xyes"; then
requirement_eina="exotic ${requirement_eina}"
requirement_evas="exotic ${requirement_evas}"
AC_DEFINE([HAVE_EXOTIC], [1], [Define to 1 if you have Exotic.])
fi