diff options
author | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2016-07-06 20:03:10 +0900 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.200> | 2016-07-08 11:56:47 +0000 |
commit | 1fdfeba3f8b0ef45a392507ad17ab3eadaf1362a (patch) | |
tree | e4da5ad4bcc35befb16ff228dd12f908c7b1f08d | |
parent | 727d2be4b9b39f57144cf2780449c5138bc6347b (diff) |
Enable ivi-input-contoller.so in meta-agl-demo
This enable to deliver key events to applications running
on ivi-shell.
It requires ivi-input-controller.so and control keyboard
focus explicitly. For that, wayland-ivi-extension should be
configured with '-DWITH_ILM_INPUT=1' and built.
This patch is needed because of wayland-ivi-extension_*.bbappend
take over PACKAGECONFIG defined in wayland-ivi-extension.bb in
meta-agl.
Change-Id: Ie9664baa2cd10692b36790adf7cd0cca150fd35f
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
-rw-r--r-- | recipes-graphics/wayland/wayland-ivi-extension_1.9.1.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/wayland/wayland-ivi-extension_1.9.1.bbappend b/recipes-graphics/wayland/wayland-ivi-extension_1.9.1.bbappend index da97895a2..56574eb18 100644 --- a/recipes-graphics/wayland/wayland-ivi-extension_1.9.1.bbappend +++ b/recipes-graphics/wayland/wayland-ivi-extension_1.9.1.bbappend @@ -8,7 +8,7 @@ DISABLE_TEST = "-DBUILD_ILM_API_TESTS:BOOL=FALSE \ -DINSTALL_ILM_API_TESTS:BOOL=FALSE \ " -PACKAGECONFIG ??= "test" +PACKAGECONFIG ??= "ilm_input test" PACKAGECONFIG[test] = "${ENABLE_TEST},${DISABLE_TEST},gtest" SRC_URI_append = "\ |