Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
bcd211c98e43d6294b726f0e5a0fd3fc82653789
/
.
/
poky
/
meta
/
recipes-graphics
/
wayland
/
weston
/
xwayland.weston-start
blob: b483c97cf1ba871e88f063e2d66f7ccb930f2aee [
file
] [
log
] [
blame
]
Patrick Williams
c0f7c04
2017-02-23 20:41:17 -0600
[
diff
] [
blame
]
1
#!/bin/sh
2
3
if
type
Xwayland
>/
dev
/
null
2
>/
dev
/
null
;
then
4
mkdir
-
p
/
tmp
/.
X11
-
unix
5
6
add_weston_argument
"--modules=xwayland.so"
7
fi