From da3478a5d3f5432d07715e8ca463e40adf07d8e9 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 22 Jan 2020 13:26:00 -0500 Subject: 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 --- meta-agl-bsp/recipes-graphics/wayland/weston/xwayland.weston-start | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 meta-agl-bsp/recipes-graphics/wayland/weston/xwayland.weston-start (limited to '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 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 -- cgit 1.2.3-korg