All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] weston-conf: replace panel-location with panel-position at weston.ini
@ 2018-10-18 15:57 Eric Ruei
  2018-10-25 12:42 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Ruei @ 2018-10-18 15:57 UTC (permalink / raw)
  To: meta-arago

The panel-location has been replaced with panel-position since Weston 2.0.0

Signed-off-by: Eric Ruei <e-ruei1@ti.com>
---
 meta-arago-distro/recipes-graphics/wayland/weston-conf/ti43x/weston.ini | 2 +-
 meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-graphics/wayland/weston-conf/ti43x/weston.ini b/meta-arago-distro/recipes-graphics/wayland/weston-conf/ti43x/weston.ini
index 3fb2018..8a9dd99 100644
--- a/meta-arago-distro/recipes-graphics/wayland/weston-conf/ti43x/weston.ini
+++ b/meta-arago-distro/recipes-graphics/wayland/weston-conf/ti43x/weston.ini
@@ -4,7 +4,7 @@ require-input=false
 [shell]
 locking=false
 animation=zoom
-panel-location=top
+panel-position=top
 startup-animation=fade
 
 [screensaver]
diff --git a/meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini b/meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini
index a78a843..c0ae9f9 100644
--- a/meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini
+++ b/meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini
@@ -4,7 +4,7 @@ require-input=false
 [shell]
 locking=false
 animation=zoom
-panel-location=top
+panel-position=top
 startup-animation=fade
 
 [screensaver]
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-25 12:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-18 15:57 [PATCH] weston-conf: replace panel-location with panel-position at weston.ini Eric Ruei
2018-10-25 12:42 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.