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 fea11b1621
commit 9357ecc443
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); snprintf(xserver, sizeof(xserver), "%s", XWAYLAND_BIN);
DBG("\tLaunching %s: %s", xserver, disp); DBG("\tLaunching %s: %s", xserver, disp);
if (execl(xserver, xserver, disp, "-rootless", "-listen", abs_fd, if (execl(xserver, xserver, disp, "-rootless", "-listen", abs_fd,
"-listen", unx_fd, "-terminate", "-shm", "-listen", unx_fd, "-terminate",
NULL) < 0) NULL) < 0)
{ {
ERR("Failed to exec %s: %m", XWAYLAND_BIN); ERR("Failed to exec %s: %m", XWAYLAND_BIN);