From 30862c32cb5b1fef1f678791220de68d5ef50a0c Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Wed, 6 Jul 2016 20:01:30 +0900 Subject: Enable ivi-input-controller.so in meta-agl 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. Change-Id: Id1b521d789478ff31ac80460862fbe1fd09a93ff Signed-off-by: Tadao Tanikawa --- .../recipes-graphics/wayland/wayland-ivi-extension_1.9.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.9.1.bb b/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.9.1.bb index eea9627b6..9170a9c71 100644 --- a/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.9.1.bb +++ b/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.9.1.bb @@ -17,8 +17,9 @@ S = "${WORKDIR}/git" inherit cmake autotools -PACKAGECONFIG ??= "" +PACKAGECONFIG ??= "ilm_input" PACKAGECONFIG[ivi-share] = "-DIVI_SHARE=ON,-DIVI_SHARE=OFF,libgbm libdrm" +PACKAGECONFIG[ilm_input] = "-DWITH_ILM_INPUT=1,-DWITH_ILM_INPUT=0" FILES_${PN} += "${libdir}/weston/*" FILES_${PN}-dbg += "${libdir}/weston/.debug/*" -- cgit 1.2.3-korg