diff options
author | Veeresh Kadasani <external.vkadasani@jp.adit-jv.com> | 2019-12-16 19:48:43 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-12-17 16:00:51 +0000 |
commit | f992d7bf40a2bd818600f286106cc097f1c085dd (patch) | |
tree | 2ebcb05e498bcea6810775dd8a578ea61d0bc45a /meta-agl-profile-graphical/recipes-graphics/wayland/weston_6.0.0.bbappend | |
parent | 42280e32861792b4004aac008eef739eeb86449a (diff) |
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 <external.vkadasani@jp.adit-jv.com>
Diffstat (limited to 'meta-agl-profile-graphical/recipes-graphics/wayland/weston_6.0.0.bbappend')
-rw-r--r-- | meta-agl-profile-graphical/recipes-graphics/wayland/weston_6.0.0.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ " |