summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/recipes-graphics/wayland/weston/xwayland.weston-start
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-05-21 13:22:11 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-05-29 14:48:50 +0200
commita13476b9df4b7ac92a6e29e42025e7184ce035f6 (patch)
tree6bf5ddff6302a936a52bf6a9ebbeec8f11c8bd4c /meta-agl-bsp/recipes-graphics/wayland/weston/xwayland.weston-start
parent8001f0ebbec73f4b364d4b99aa42646948b5c40f (diff)
Add weston 6.0.0 for WM and HS rewrite
As requested for the WM and HS rewrite. Tested on m3, minnow, qemux86-64, rpi3. (cherry picked from commit fda5568cf4bc268088c9d1f925007d682bb7ef5d) Multiple commits to applied at once. Bug-AGL: SPEC-2444 Change-Id: I3f74b40213d4c4a65400a53fe9c57f52fe3b6096 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/recipes-graphics/wayland/weston/xwayland.weston-start')
-rw-r--r--meta-agl-bsp/recipes-graphics/wayland/weston/xwayland.weston-start7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-agl-bsp/recipes-graphics/wayland/weston/xwayland.weston-start b/meta-agl-bsp/recipes-graphics/wayland/weston/xwayland.weston-start
new file mode 100644
index 000000000..b483c97cf
--- /dev/null
+++ b/meta-agl-bsp/recipes-graphics/wayland/weston/xwayland.weston-start
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+if type Xwayland >/dev/null 2>/dev/null; then
+ mkdir -p /tmp/.X11-unix
+
+ add_weston_argument "--modules=xwayland.so"
+fi