summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/recipes-graphics/wayland/weston/xwayland.weston-start
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2020-01-22 13:26:00 -0500
committerScott Murray <scott.murray@konsulko.com>2020-01-22 13:26:00 -0500
commitda3478a5d3f5432d07715e8ca463e40adf07d8e9 (patch)
tree53d3dd09ce736de43a3e5528b756b472803f1866 /meta-agl-bsp/recipes-graphics/wayland/weston/xwayland.weston-start
parentb11090e106630bf72bf6c7fe8aeb7da453367eff (diff)
meta-agl-bsp: remove weston and wayland-protocols backports
Remove weston 6.0.0 and wayland-protocols 1.17 backports, as they are no longer required. oe-core now has weston 7.0.0 and wayland-protocols 1.18. Bug-AGL: SPEC-2932 Change-Id: I351c44616a0f47b128e10371bf05f16b0bfe054f Signed-off-by: Scott Murray <scott.murray@konsulko.com>
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, 0 insertions, 7 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
deleted file mode 100644
index b483c97cf..000000000
--- a/meta-agl-bsp/recipes-graphics/wayland/weston/xwayland.weston-start
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-if type Xwayland >/dev/null 2>/dev/null; then
- mkdir -p /tmp/.X11-unix
-
- add_weston_argument "--modules=xwayland.so"
-fi