Add weston 6.0.0 for WM and HS rewrite
[AGL/meta-agl.git] / meta-agl-bsp / recipes-graphics / wayland / weston / xwayland.weston-start
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 (file)
index 0000000..b483c97
--- /dev/null
@@ -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