projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76aa509
)
edje merge forgot to define edje calc cache, by DEFAULT...
author
Carsten Haitzler
<raster@rasterman.com>
Mon, 7 Jan 2013 15:17:37 +0000
(15:17 +0000)
committer
Carsten 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
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
b50f116
..
49909c3
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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])