diff options
author | Nobuhiko Tanibata <ntanibata@jp.adit-jv.com> | 2015-12-14 16:51:54 +0900 |
---|---|---|
committer | Nobuhiko Tanibata <ntanibata@jp.adit-jv.com> | 2015-12-14 17:27:17 +0900 |
commit | a6609d88d3822686ac538b774fb0a4ee545b4b9e (patch) | |
tree | f26f460ccc371031354d546dc3bde5a9d3d73bcf /recipes-graphics/wayland/weston_1.5.0.bbappend | |
parent | ab12ca5b5661a858caf17e12bb20048383bdf5a7 (diff) |
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 <ntanibata@jp.adit-jv.com>
Diffstat (limited to 'recipes-graphics/wayland/weston_1.5.0.bbappend')
-rw-r--r-- | recipes-graphics/wayland/weston_1.5.0.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston_1.5.0.bbappend b/recipes-graphics/wayland/weston_1.5.0.bbappend index ee9422ff7..b0e2a3e0d 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 \ " |