From 4bbb5d5c0a4bed12622d06cd918ecd4d9db68b5e Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 18 May 2016 13:40:46 -0300 Subject: weston: Add Xwayland initialization support using weston-start The weston-start script now supports loading modules so the Xwayland support can be loaded optionally. Use this to load Weston accordingly. Signed-off-by: Otavio Salvador Signed-off-by: Ross Burton --- meta/recipes-graphics/wayland/weston/xwayland.weston-start | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta/recipes-graphics/wayland/weston/xwayland.weston-start (limited to 'meta/recipes-graphics/wayland/weston/xwayland.weston-start') 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 @@ +#!/bin/sh + +if type Xwayland >/dev/null 2>/dev/null; then + mkdir -p /tmp/.X11-unix + + add_weston_argument "--modules=xwayland.so" +fi -- cgit 1.2.3-korg