Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Agner
weston
Commits
b3b425c8
Commit
b3b425c8
authored
Jul 21, 2011
by
Kristian Høgsberg
Browse files
xserver: use $bindir prefix when launching X
parent
535e2c65
Changes
2
Hide whitespace changes
Inline
Side-by-side
compositor/Makefile.am
View file @
b3b425c8
...
...
@@ -3,6 +3,7 @@ bin_PROGRAMS = wayland-compositor
AM_CPPFLAGS
=
\
-DDATADIR
=
'"
$(datadir)
"'
\
-DMODULEDIR
=
'"
$(moduledir)
"'
\
-DBINDIR
=
'"
$(bindir)
"'
\
$(COMPOSITOR_CFLAGS)
wayland_compositor_LDFLAGS
=
-export-dynamic
...
...
compositor/xserver-launcher.c
View file @
b3b425c8
...
...
@@ -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"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment