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:
399bb5a
)
edje: fix build without ephysics.
author
Cedric Bail
<cedric@osg.samsung.com>
Fri, 8 Jul 2016 21:16:39 +0000
(14:16 -0700)
committer
Cedric Bail
<cedric@osg.samsung.com>
Fri, 8 Jul 2016 21:16:39 +0000
(14:16 -0700)
T4050
src/lib/edje/edje_calc.c
patch
|
blob
|
history
diff --git
a/src/lib/edje/edje_calc.c
b/src/lib/edje/edje_calc.c
index
fd259c3
..
b38b03a
100644
(file)
--- a/
src/lib/edje/edje_calc.c
+++ b/
src/lib/edje/edje_calc.c
@@
-5037,7
+5037,9
@@
_edje_part_recalc(Edje *ed, Edje_Real_Part *ep, int flags, Edje_Calc_Params *sta
#endif
evas_object_map_enable_set(mo, EINA_FALSE);
evas_object_map_set(mo, NULL);
+#ifdef HAVE_EPHYSICS
}
+#endif
}
}
}