diff options
author | Veeresh Kadasani <external.vkadasani@jp.adit-jv.com> | 2019-07-29 17:29:20 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-08-05 21:51:47 +0000 |
commit | 450345f3406c55d2fe8284aa0122115fed00d182 (patch) | |
tree | ed47b3708754fc13cfb08ab51d26313c6d832e00 /meta-agl-profile-graphical/recipes-graphics/wayland/weston_5.0.0.bbappend | |
parent | ab866f5707e47a5baff45f98c0f59d4c145dddad (diff) |
Update waltham-transmitter patches to weston 5.0 & 6.0
Change-Id: Idedada02d63914f247a137d031e44b15bef16134
Signed-off-by: Veeresh Kadasani <external.vkadasani@jp.adit-jv.com>
Diffstat (limited to 'meta-agl-profile-graphical/recipes-graphics/wayland/weston_5.0.0.bbappend')
-rw-r--r-- | meta-agl-profile-graphical/recipes-graphics/wayland/weston_5.0.0.bbappend | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-agl-profile-graphical/recipes-graphics/wayland/weston_5.0.0.bbappend b/meta-agl-profile-graphical/recipes-graphics/wayland/weston_5.0.0.bbappend index 579429b18..108cca83f 100644 --- a/meta-agl-profile-graphical/recipes-graphics/wayland/weston_5.0.0.bbappend +++ b/meta-agl-profile-graphical/recipes-graphics/wayland/weston_5.0.0.bbappend @@ -18,11 +18,10 @@ SRC_URI_append = "\ file://0014-simple-shm-remove-ivi-application-support.patch \ file://0015-window-client-remove-ivi-application-support.patch \ file://use-XDG_RUNTIMESHARE_DIR.patch \ + file://0016-compositor-add-output-type-to-weston_output.patch \ + file://0017-compositor-drm-introduce-drm_get_dmafd_from_view.patch \ + file://0018-compositor-drm-get-stride-from-drm_get_dma_fd_from_view.patch \ " -# FIXME: The following patches need to be updated for weston 5.0.0: -# file://0018-compositor-add-output-type-to-weston_output.patch -# file://0019-compositor-drm-introduce-drm_get_dmafd_from_view.patch - EXTRA_OECONF_append = " --enable-sys-uid" |