From 68afef5399e9acbd13a1ba75b9b63be1d36d744b Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Sun, 2 Jun 2024 12:01:08 +0900 Subject: Avoid seatd error in guest container After the scarthgap update, the weson couldn't handle input device in guest container. It causes by libseat error that use by weston 13. This patch add environment variable to avoid seatd error. Bug-AGL: SPEC-5158 Change-Id: Ie12a65ae4f2737565bbc7cc1f6e44728a7ccdec0 Signed-off-by: Naoto Yamaguchi --- .../recipes-graphics/wayland/weston-init-guest/weston.env | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-agl-ic-container') diff --git a/meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest/weston.env b/meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest/weston.env index ed5f2621..7df25aa2 100644 --- a/meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest/weston.env +++ b/meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest/weston.env @@ -2,3 +2,5 @@ XDG_RUNTIME_DIR=/run/user/0 DLM_RUNTIME_PATH=/var/display/drm-lease-manager DRM_LEASE_DEVICE=lease WAYLAND_DISPLAY=wayland-1 +LIBSEAT_BACKEND=builtin +SEATD_VTBOUND=0 -- cgit 1.2.3-korg