edje merge forgot to define edje calc cache, by DEFAULT...

non-cacl-cache path not tested and buggy! :/



SVN revision: 82350
This commit is contained in:
Carsten Haitzler 2013-01-07 15:17:37 +00:00
parent 76aa509026
commit 984a147f9b
1 changed files with 1 additions and 0 deletions

View File

@ -3327,6 +3327,7 @@ EFL_ADD_LIBS([EDJE], [-lm])
EFL_EVAL_PKGS([EDJE])
AC_DEFINE([EDJE_PROGRAM_CACHE], [1], [Cache result of program glob matches - this uses up extra ram with the gain of faster program matching])
AM_CONDITIONAL([ENABLE_MULTISENSE], [test "${want_multisense}" = "yes"])
AC_DEFINE_IF([ENABLE_MULTISENSE], [test "${want_multisense}" = "yes"],
[1], [Use Multisense])