From f992d7bf40a2bd818600f286106cc097f1c085dd 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 4e7e1d8a6..031ac328f 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 \ file://0001-config-parser-Export-get_full_path-and-destroy.patch \ " -- cgit 1.2.3-korg