diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-03-22 15:33:31 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-03-22 15:33:31 +0100 |
commit | 2b3274c45a9d384dd8b99308890f9c4c3695276b (patch) | |
tree | 929fca85a688915a158756c4a78a34304a67f395 /recipes-demo-hmi | |
parent | dd71a9fe47f3091e352de1b21330b35be4152efa (diff) |
Removed wl-shell-emulator from AGL
Since CES2017, AGL doesn't use 'layer-add-surfaces' command.
wl-shell-emultor.so is only required by 'layer-add-surfaces'.
So we can remove wl-shell-emultor from AGL.
Bug-AGL: SPEC-341
Change-Id: Icfaf91de624ed89e9640a9daf1a92b5de8912863
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'recipes-demo-hmi')
-rw-r--r-- | recipes-demo-hmi/navigation/mapviewer-demo/weston-mapviewer-demo.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/navigation/mapviewer-demo/weston-mapviewer-demo.ini b/recipes-demo-hmi/navigation/mapviewer-demo/weston-mapviewer-demo.ini index 9845ed99c..d003aff63 100644 --- a/recipes-demo-hmi/navigation/mapviewer-demo/weston-mapviewer-demo.ini +++ b/recipes-demo-hmi/navigation/mapviewer-demo/weston-mapviewer-demo.ini @@ -4,7 +4,7 @@ shell=ivi-shell.so virtual=1 [ivi-shell] -ivi-module=ivi-controller.so,wl-shell-emulator.so +ivi-module=ivi-controller.so ivi-input-module=ivi-input-controller.so [media-ctl] |