summaryrefslogtreecommitdiffstats
path: root/meta-agl-lxc/recipes-demo/momiscreen
diff options
context:
space:
mode:
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2022-05-21 18:14:07 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-06-09 11:02:47 +0000
commit11505a45554d8db0ca0fd6f5e77c88cbbb7cacb3 (patch)
treeffd95cc3609602c3fb37552ed847e8075fad2170 /meta-agl-lxc/recipes-demo/momiscreen
parent3737bbd5303d876ec5f1da1062a8916c15ccece8 (diff)
Fix wayland socket name
The default socket name was changed to wayland-1 in weston 10.0. Each wayland client is using wayland-0 that is previous default name. This patch change wayland socket name using environment variable. Bug-AGL : SPEC-4394 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> Change-Id: Ia6c8dff50e7979c0f3b809e6df76a57be6dca7df
Diffstat (limited to 'meta-agl-lxc/recipes-demo/momiscreen')
-rw-r--r--meta-agl-lxc/recipes-demo/momiscreen/momiscreen/momiscreen1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl-lxc/recipes-demo/momiscreen/momiscreen/momiscreen b/meta-agl-lxc/recipes-demo/momiscreen/momiscreen/momiscreen
index 4af77b8c..2c0e461c 100644
--- a/meta-agl-lxc/recipes-demo/momiscreen/momiscreen/momiscreen
+++ b/meta-agl-lxc/recipes-demo/momiscreen/momiscreen/momiscreen
@@ -4,4 +4,5 @@ QT_WAYLAND_DISABLE_WINDOWDECORATION=1
QT_QPA_FONTDIR=/usr/share/fonts/truetype
QT_IVI_SURFACE_ID=2000
QT_WAYLAND_SHELL_INTEGRATION=ivi-shell
+WAYLAND_DISPLAY=wayland-1
HOME=/home/root