summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-forward-port/wayland_fp_morty/weston/xwayland.weston-start
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2017-02-27 10:46:50 +0100
committerRonan Le Martret <ronan.lemartret@iot.bzh>2017-05-03 11:10:04 +0200
commit10d0d2392d64bed9aee6f81818390ea5ddd54082 (patch)
tree933fe42b414244263fc7fa399e45bedca6482e47 /meta-rcar-gen3/recipes-forward-port/wayland_fp_morty/weston/xwayland.weston-start
parent6bcdb8b084a45f5526a75bc10aae641da7bbcd73 (diff)
[COMMUNITY] cleaned wayland recipes to facilitate maintenance
* move wayland forward port into directory : recipes-forward-port/wayland_fp_morty * move renesas fix on forward port into directory : recipes-forward-port/wayland * weston recipes bbappend do not overwrite SRC_URI, replace SRC_URI softly (Easier to maintain). Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-rcar-gen3/recipes-forward-port/wayland_fp_morty/weston/xwayland.weston-start')
-rw-r--r--meta-rcar-gen3/recipes-forward-port/wayland_fp_morty/weston/xwayland.weston-start7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-forward-port/wayland_fp_morty/weston/xwayland.weston-start b/meta-rcar-gen3/recipes-forward-port/wayland_fp_morty/weston/xwayland.weston-start
new file mode 100644
index 0000000..b483c97
--- /dev/null
+++ b/meta-rcar-gen3/recipes-forward-port/wayland_fp_morty/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