edje merge forgot to define edje calc cache, by DEFAULT...
authorCarsten Haitzler <raster@rasterman.com>
Mon, 7 Jan 2013 15:17:37 +0000 (15:17 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Mon, 7 Jan 2013 15:17:37 +0000 (15:17 +0000)
non-cacl-cache path not tested and buggy! :/

SVN revision: 82350

configure.ac

index b50f116..49909c3 100644 (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])