From a6609d88d3822686ac538b774fb0a4ee545b4b9e Mon Sep 17 00:00:00 2001 From: Nobuhiko Tanibata Date: Mon, 14 Dec 2015 16:51:54 +0900 Subject: ivi-shell: Temporary fix: Send keyboard events to clients who binds wl_keyboard. This is a temporary solution to send keyboard events to clients for CES2016 demo. This shall be resolved by using ilm keyboard focus later. This doesn't affect current wayland application who uses wl_pointer/touch and wl_keyboard. Change-Id: I81c0a58ec65f785652699a71acd9359e86cc3975 Signed-off-by: Nobuhiko Tanibata --- recipes-graphics/wayland/weston_1.5.0.bbappend | 1 + 1 file changed, 1 insertion(+) (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 index ee9422ff..b0e2a3e0 100644 --- a/recipes-graphics/wayland/weston_1.5.0.bbappend +++ b/recipes-graphics/wayland/weston_1.5.0.bbappend @@ -2,4 +2,5 @@ FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" SRC_URI_append = "\ file://0001-weston-patch-for-wl-shell-emulator.patch \ + file://0001-ivi-shell-Send-keyboard-events-to-clients-tha-are-bi.patch \ " -- cgit 1.2.3-korg