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:30 +0000 |
commit | 59f37556d15e7e75a0be2ba6695bc0c3fdd5df64 (patch) | |
tree | 68620c8aee6d8c730be391f01e5c3de27c11fbf8 /meta-agl-profile-graphical/recipes-graphics/wayland/weston_5.0.0.bbappend | |
parent | 5d2d2de60ebab140f7006a595c9c7087bddec1df (diff) |
Update waltham-transmitter patches to weston 5.0 & 6.0halibut_8.0.0halibut/8.0.08.0.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" |