fix define check for shutting down wayland compositor.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-06-24 09:50:42 -04:00
parent 165cf8db81
commit b2e2219235
1 changed files with 1 additions and 1 deletions

View File

@ -1306,7 +1306,7 @@ e_comp_shutdown(void)
E_FREE_LIST(actions, e_object_del);
E_FREE_LIST(hooks, e_client_hook_del);
#ifdef HAVE_WAYLAND_CLIENTS
#if defined(HAVE_WAYLAND_CLIENTS) || defined(HAVE_WAYLAND_ONLY)
e_comp_wl_shutdown();
#endif