oops i meant to turn on calc cache.. not program cache... calc cache

was the problem... but oddly turning on program cache fixed it too. :)



SVN revision: 82430
This commit is contained in:
Carsten Haitzler 2013-01-09 01:28:48 +00:00
parent 65aae8f181
commit 78611de1f9
1 changed files with 1 additions and 1 deletions

View File

@ -3356,7 +3356,7 @@ EFL_ADD_LIBS([EDJE], [-lm])
EFL_EVAL_PKGS([EDJE])
AC_DEFINE_IF([EDJE_PROGRAM_CACHE], [test "${want_edje_program_cache}" = "yes"],
AC_DEFINE_IF([EDJE_PROGRAM_CACHE], [test "${want_edje_program_cache}" = "no"],
[1], [Cache result of program glob matches])
AC_DEFINE_IF([EDJE_CALC_CACHE], [test "${want_edje_calc_cache}" = "yes"],
[1], [Cache result of calc glob matches])