From 4755ea39d3310a59530f06a17162c1abb2be6451 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Fri, 12 May 2017 17:38:27 +0200 Subject: Fix Readme.weston-ini-conf Readme Change-Id: I94437dfd409b5cd66733e6fdacf5a6770f84030b Signed-off-by: Ronan Le Martret Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9375 Reviewed-by: Martin Kelly Reviewed-by: Matt Ranostay Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- meta-agl/recipes-graphics/wayland/Readme.weston-ini-conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-agl') diff --git a/meta-agl/recipes-graphics/wayland/Readme.weston-ini-conf b/meta-agl/recipes-graphics/wayland/Readme.weston-ini-conf index 740ac56d1..eb30a9a96 100644 --- a/meta-agl/recipes-graphics/wayland/Readme.weston-ini-conf +++ b/meta-agl/recipes-graphics/wayland/Readme.weston-ini-conf @@ -4,8 +4,8 @@ To generate the weston.ini file: ''' [core] -backend=desktop-shell.so -shell=ivi-shell.so +backend=drm-backend.so +shell=desktop-shell.so ''' Just create a Variable Flag: @@ -30,7 +30,7 @@ This will generate weston.ini file: ''' [core] -backend=desktop-shell.so +backend=drm-backend.so shell=ivi-shell.so repaint-window=34 ''' -- cgit 1.2.3-korg