kill off edje_cc on wince again

SVN revision: 57256
This commit is contained in:
Mike Blumenkrantz 2011-02-23 08:05:59 +00:00
parent 4c8d7c1268
commit eb8402931d
1 changed files with 3 additions and 4 deletions

View File

@ -64,15 +64,16 @@ AC_CANONICAL_BUILD
AC_CANONICAL_HOST AC_CANONICAL_HOST
have_edje_cc="yes"
case "$host_os" in case "$host_os" in
mingw32ce* | cegcc*) mingw32ce* | cegcc*)
MODULE_ARCH="$host_os-$host_cpu" MODULE_ARCH="$host_os-$host_cpu"
install_vim="no" install_vim="no"
have_edje_cc="no"
;; ;;
*) *)
MODULE_ARCH="$host_os-$host_cpu-v_maj.0.0" MODULE_ARCH="$host_os-$host_cpu-v_maj.0.0"
install_vim="yes" install_vim="yes"
have_edje_cc="yes"
;; ;;
esac esac
@ -295,8 +296,7 @@ if test "x$have_edje_cc" = "xyes"; then
EDJE_CC_LIBS="${EDJE_CC_LIBS} ${LUA_LIBS} ${lua_libs}" EDJE_CC_LIBS="${EDJE_CC_LIBS} ${LUA_LIBS} ${lua_libs}"
fi fi
AM_CONDITIONAL([BUILD_EPP], [test "x$have_edje_cc" = "xyes"]) AM_CONDITIONAL([BUILD_EPP], [test "x$have_edje_cc" = "xyes"])
EPPDIR=${prefix}/lib/edje/utils AC_DEFINE_UNQUOTED([EPPDIR], ["${libdir}/${PACKAGE}/utils"], [directory where epp will be installed])
AC_SUBST(EPPDIR)
if test "x$have_edje_decc" = "xyes"; then if test "x$have_edje_decc" = "xyes"; then
PKG_CHECK_MODULES([EDJE_DECC], [ecore-file >= 1.0.0 ecore-evas >= 1.0.0 ecore >= 1.0.0 evas >= 1.0.0 eet >= 1.0.0 eina >= 1.0.0]) PKG_CHECK_MODULES([EDJE_DECC], [ecore-file >= 1.0.0 ecore-evas >= 1.0.0 ecore >= 1.0.0 evas >= 1.0.0 eet >= 1.0.0 eina >= 1.0.0])
@ -383,7 +383,6 @@ doc/Makefile
doc/edje.dox doc/edje.dox
src/Makefile src/Makefile
src/lib/Makefile src/lib/Makefile
src/bin/edje_cc_parse.c
src/bin/Makefile src/bin/Makefile
src/bin/epp/Makefile src/bin/epp/Makefile
utils/Makefile utils/Makefile