cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=1be63c1b6677c76caa8ad8b9e8c5d73e1a0e0b19

commit 1be63c1b6677c76caa8ad8b9e8c5d73e1a0e0b19
Author: Cedric Bail <ced...@osg.samsung.com>
Date:   Fri Jul 8 14:16:39 2016 -0700

    edje: fix build without ephysics.
    
    T4050
---
 src/lib/edje/edje_calc.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/edje/edje_calc.c b/src/lib/edje/edje_calc.c
index fd259c3..b38b03a 100644
--- 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
                     }
                }
           }

-- 


Reply via email to