diff options
author | Bocklage, Jens <Jens_Bocklage@mentor.com> | 2016-11-24 14:54:59 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-11-25 18:54:30 +0000 |
commit | 2c8d3d95495216f5a6ccab6fce48ac1af5ae1c65 (patch) | |
tree | e904a1f535c5e47f5f4c1ddfac5dcc901eafd042 /meta-agl-bsp/meta-renesas/recipes-graphics/wayland | |
parent | 08cb4c01450c77e8eecdfacb63c5c9a8bad256f9 (diff) |
Use IVI-shell instead of desktop-shell as default in weston.ini
Using IVI-shell as default for following platforms:
- QEMU
- Renesas
- Raspberry Pi
The IVI-shell is needed to run the CES 2017 demo.
Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
Diffstat (limited to 'meta-agl-bsp/meta-renesas/recipes-graphics/wayland')
-rw-r--r-- | meta-agl-bsp/meta-renesas/recipes-graphics/wayland/weston/weston-renesas.ini | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-agl-bsp/meta-renesas/recipes-graphics/wayland/weston/weston-renesas.ini b/meta-agl-bsp/meta-renesas/recipes-graphics/wayland/weston/weston-renesas.ini index de3e7e8da..368239adb 100644 --- a/meta-agl-bsp/meta-renesas/recipes-graphics/wayland/weston/weston-renesas.ini +++ b/meta-agl-bsp/meta-renesas/recipes-graphics/wayland/weston/weston-renesas.ini @@ -1,14 +1,13 @@ [core] -shell=desktop-shell.so backend=drm-backend.so +shell=ivi-shell.so -[shell] -locking=true -# Uncomment below to hide panel -#panel-location=none +[ivi-shell] +ivi-module=ivi-controller.so [output] name=HDMI-A-1 +transform=270 #mode=173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync #mode=1920x1080 #mode=1024x768 |