fix define check for shutting down wayland compositor.
authorChris Michael <cp.michael@samsung.com>
Tue, 24 Jun 2014 13:50:42 +0000 (09:50 -0400)
committerChris Michael <cp.michael@samsung.com>
Tue, 26 Aug 2014 14:10:37 +0000 (10:10 -0400)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/bin/e_comp.c

index 5981d26..b7b55a2 100644 (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