From: Tadao Tanikawa Date: Wed, 6 Jul 2016 11:03:10 +0000 (+0900) Subject: Enable ivi-input-contoller.so in meta-agl-demo X-Git-Tag: 2.0.0~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=1fdfeba3f8b0ef45a392507ad17ab3eadaf1362a;p=AGL%2Fmeta-agl-demo.git 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 --- 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 = "\