edje: fix build without ephysics.
authorCedric Bail <cedric@osg.samsung.com>
Fri, 8 Jul 2016 21:16:39 +0000 (14:16 -0700)
committerCedric Bail <cedric@osg.samsung.com>
Fri, 8 Jul 2016 21:16:39 +0000 (14:16 -0700)
T4050

src/lib/edje/edje_calc.c

index fd259c3..b38b03a 100644 (file)
@@ -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
                     }
                }
           }