From b8c2a682d289dfd2e1783120c8c741cc42084821 Mon Sep 17 00:00:00 2001 From: Nobuhiko Tanibata Date: Wed, 7 Oct 2015 17:52:25 +0900 Subject: Provide AGL extension, wl_shell support for Weston ivi-shell. This component is merged in meta-agl/meta-ivi-common. Additionally, AGL demo, Home screen, requires, wl_shell support as well. This patch just makes two function extern to be used by Wayland-IVI-Extension to support wl_shell. This means this patch doesn't change bihavior of ivi-shell but allows Wayland-IVI-Extension to get notification of creation of wl_shell and send configure to the application. In details, please visit AGL wiki and Wayland-IVI-Extension's README https://wiki.automotivelinux.org/agl-distro/demo-apps/home-screen Change-Id: If300ca9ecc62a78e473e01ef670cd9a366fe44e0 Signed-off-by: Nobuhiko Tanibata --- recipes-graphics/wayland/weston_1.5.0.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes-graphics/wayland/weston_1.5.0.bbappend (limited to 'recipes-graphics/wayland/weston_1.5.0.bbappend') diff --git a/recipes-graphics/wayland/weston_1.5.0.bbappend b/recipes-graphics/wayland/weston_1.5.0.bbappend new file mode 100644 index 00000000..ee9422ff --- /dev/null +++ b/recipes-graphics/wayland/weston_1.5.0.bbappend @@ -0,0 +1,5 @@ +FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" + +SRC_URI_append = "\ + file://0001-weston-patch-for-wl-shell-emulator.patch \ + " -- cgit 1.2.3-korg