don't force shm for xwayland launch and enable gl

fix T5606
This commit is contained in:
Mike Blumenkrantz 2017-06-30 10:25:23 -04:00
parent 7789ed0087
commit b7c36b3b81
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ _cb_xserver_event(void *data EINA_UNUSED, Ecore_Fd_Handler *hdlr EINA_UNUSED)
snprintf(xserver, sizeof(xserver), "%s", XWAYLAND_BIN);
DBG("\tLaunching %s: %s", xserver, disp);
if (execl(xserver, xserver, disp, "-rootless", "-listen", abs_fd,
"-listen", unx_fd, "-terminate", "-shm",
"-listen", unx_fd, "-terminate",
NULL) < 0)
{
ERR("Failed to exec %s: %m", XWAYLAND_BIN);