diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-03-22 15:21:07 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-03-23 23:09:36 +0000 |
commit | c30a7745a5daad19c32dbddeb46fc2ada8783325 (patch) | |
tree | a0b81ec2544c1139d07cdb6d03fba6bcf9819338 /meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston/weston-raspberrypi.ini | |
parent | 4cbd74eaa4a242a7e967a696ca2dcd10e60f03fd (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: I0cad29ff1534e8d3fd4b94f8a13490b9fa19918e
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston/weston-raspberrypi.ini')
-rw-r--r-- | meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston/weston-raspberrypi.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston/weston-raspberrypi.ini b/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston/weston-raspberrypi.ini index f798cedc5..15721e3dc 100644 --- a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston/weston-raspberrypi.ini +++ b/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston/weston-raspberrypi.ini @@ -3,7 +3,7 @@ backend=drm-backend.so shell=ivi-shell.so [ivi-shell] -ivi-module=ivi-controller.so,wl-shell-emulator.so +ivi-module=ivi-controller.so ivi-input-module=ivi-input-controller.so # HDMI / GeChic |