From 287e9d785bea89e87c1211e57bb927bad08e5eac Mon Sep 17 00:00:00 2001
From: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Date: Wed, 8 Aug 2018 20:14:37 +0900
Subject: weston.ini: set proper configuration to panel-position

"panel-location" configuration is old. The current weston
uses panel-position.

Change-Id: Iae50bc72c4ece64effe0b9b5f57e8d5e76057478
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
---
 meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf/shell.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf/shell.cfg b/meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf/shell.cfg
index 056770427..975e539e6 100644
--- a/meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf/shell.cfg
+++ b/meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf/shell.cfg
@@ -1,3 +1,3 @@
 [shell]
 locking=true
-panel-location=none
+panel-position=none
-- 
cgit