oops- the other one. fuck. too much context switching - i can't focus

on any one thing at all lately. crap.



SVN revision: 82431
This commit is contained in:
Carsten Haitzler 2013-01-09 02:04:26 +00:00
parent 78611de1f9
commit a63fa0e4a6
1 changed files with 2 additions and 2 deletions

View File

@ -3326,7 +3326,7 @@ EFL_LIB_START([Edje])
want_multisense="no" # TODO: move to ecore_audio and enable
# TODO: should we keep or remove these?
want_edje_program_cache="yes"
want_edje_program_cache="no"
want_edje_calc_cache="yes"
want_fixed_point="no"
@ -3356,7 +3356,7 @@ EFL_ADD_LIBS([EDJE], [-lm])
EFL_EVAL_PKGS([EDJE])
AC_DEFINE_IF([EDJE_PROGRAM_CACHE], [test "${want_edje_program_cache}" = "no"],
AC_DEFINE_IF([EDJE_PROGRAM_CACHE], [test "${want_edje_program_cache}" = "yes"],
[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])