disable wl clients in X
authorMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 6 Mar 2015 19:52:12 +0000 (14:52 -0500)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 6 Mar 2015 19:52:12 +0000 (14:52 -0500)
this is untested and undeveloped, no point in leaving it around to crash randomly

src/bin/e_comp.c

index 74cb15c..fbcd9c4 100644 (file)
@@ -1058,9 +1058,9 @@ e_comp_init(void)
           }
         return EINA_FALSE;
      }
-#if defined(HAVE_WAYLAND_CLIENTS) || defined(HAVE_WAYLAND_ONLY)
-   e_comp_wl_init();
-#endif
+//#ifdef HAVE_WAYLAND_CLIENTS
+   //e_comp_wl_init();
+//#endif
    if (!e_comp) return EINA_FALSE;
 out:
    e_comp->elm = elm_win_fake_add(e_comp->ee);