edje: fix build without ephysics.

T4050
This commit is contained in:
Cedric Bail 2016-07-08 14:16:39 -07:00
parent 399bb5a0ba
commit 1be63c1b66
1 changed files with 2 additions and 0 deletions

View 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
}
}
}