xserver: use $bindir prefix when launching X
This commit is contained in:
parent
535e2c65c7
commit
b3b425c8d1
@ -3,6 +3,7 @@ bin_PROGRAMS = wayland-compositor
|
||||
AM_CPPFLAGS = \
|
||||
-DDATADIR='"$(datadir)"' \
|
||||
-DMODULEDIR='"$(moduledir)"' \
|
||||
-DBINDIR='"$(bindir)"' \
|
||||
$(COMPOSITOR_CFLAGS)
|
||||
|
||||
wayland_compositor_LDFLAGS = -export-dynamic
|
||||
|
@ -483,8 +483,8 @@ wlsc_xserver_handle_event(int listen_fd, uint32_t mask, void *data)
|
||||
snprintf(logfile, sizeof logfile,
|
||||
"/tmp/x-log-%d", mxs->display);
|
||||
|
||||
if (execl("/usr/bin/Xorg",
|
||||
"/usr/bin/Xorg",
|
||||
if (execl(BINDIR "/Xorg",
|
||||
BINDIR "/Xorg",
|
||||
display,
|
||||
"-wayland",
|
||||
"-rootless",
|
||||
|
Loading…
Reference in New Issue
Block a user