From f5a890d54d4b65a673fd6e65a8356db3be3f0975 Mon Sep 17 00:00:00 2001 From: Veeresh Kadasani Date: Mon, 16 Dec 2019 19:48:43 +0900 Subject: ivi-shell: Fix crash due no transmitter screen Bug-AGL: SPEC-3056 Registered the events for the output_created, destroyed, resized events.So that the ivi_scrn can be destroyed, created dynamically during destroyed and created events. And the view properties are dynamically changed during resized/moved events. Change-Id: I136b66c9747412af1fa868cef8a061ef2ea624f7 Signed-off-by: Veeresh Kadasani --- .../recipes-graphics/wayland/weston_6.0.0.bbappend | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-agl-profile-graphical/recipes-graphics/wayland/weston_6.0.0.bbappend') diff --git a/meta-agl-profile-graphical/recipes-graphics/wayland/weston_6.0.0.bbappend b/meta-agl-profile-graphical/recipes-graphics/wayland/weston_6.0.0.bbappend index 9e29e2756..8b63a245a 100644 --- a/meta-agl-profile-graphical/recipes-graphics/wayland/weston_6.0.0.bbappend +++ b/meta-agl-profile-graphical/recipes-graphics/wayland/weston_6.0.0.bbappend @@ -3,6 +3,7 @@ FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" SRC_URI_append = "\ file://0001-Allow-regular-users-to-launch-Weston_2.0.0.patch \ file://use-XDG_RUNTIMESHARE_DIR.patch \ + file://0002-ivi-shell-Fix-crash-due-no-transmitter-screen.patch \ file://0003-compositor-drm-introduce-drm_get_dmafd_from_view.patch \ " # Disabled until SPEC-2827 H3ULCB v3.0 + Kingfisher issue is debugged: -- cgit 1.2.3-korg