diff options
Diffstat (limited to 'meta/recipes-graphics/wayland/weston/xwayland.weston-start')
-rw-r--r-- | meta/recipes-graphics/wayland/weston/xwayland.weston-start | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/weston/xwayland.weston-start b/meta/recipes-graphics/wayland/weston/xwayland.weston-start new file mode 100644 index 0000000000..b483c97cf1 --- /dev/null +++ b/meta/recipes-graphics/wayland/weston/xwayland.weston-start | |||
@@ -0,0 +1,7 @@ | |||
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 | ||