From 870c2aec0b81651f331025058ee03023db265a46 Mon Sep 17 00:00:00 2001 From: Nobuhiko Tanibata Date: Wed, 7 Oct 2015 17:57:19 +0900 Subject: Provide AGL extension, wl_shell support for Wayland-IVI-Extension. This components is merged in meta-agl/meta-ivi-common. Additionally, AGL demo, Home screen, requires, wh_shell support as well. This patch enable wl_shell_emulator to support wl_shell. This patch also provide README how to enable this feature in weston.ini and try it out. In details, please visit AGL wiki, https://wiki.automotivelinux.org/agl-distro/demo-apps/home-screen Change-Id: Ieff9ed030eedbdeab285c5e75e2f6dddb765352a Signed-off-by: Nobuhiko Tanibata --- recipes-graphics/wayland/wayland-ivi-extension_1.5.0.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes-graphics/wayland/wayland-ivi-extension_1.5.0.bbappend (limited to 'recipes-graphics/wayland/wayland-ivi-extension_1.5.0.bbappend') diff --git a/recipes-graphics/wayland/wayland-ivi-extension_1.5.0.bbappend b/recipes-graphics/wayland/wayland-ivi-extension_1.5.0.bbappend new file mode 100644 index 00000000..f30bf7f1 --- /dev/null +++ b/recipes-graphics/wayland/wayland-ivi-extension_1.5.0.bbappend @@ -0,0 +1,5 @@ +FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" + +SRC_URI_append = "\ + file://0001-wayland-ivi-extension-patch-for-wl-shell-emulator.patch \ + " -- cgit 1.2.3-korg