diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-02-12 14:08:51 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-02-16 17:13:30 +0000 |
commit | 8787f82ce32a5fe42c56513ce32e8d1d94ce3e3e (patch) | |
tree | bea3b1adce3bc6a84e6a27092ce4137266fee5e4 /meta-agl-profile-graphical/recipes-graphics/wayland/weston_7.0.0.bbappend | |
parent | e32b0ddf6130dc5b62f86f1f588e6d1fa3b2d07a (diff) |
recipes-graphics/wayland/weston: Expose weston_output_damage()
Seems that we can damage all the outputs, but not individual and output
so patch libweston to include that declaration. The symbol's already
exported.
Bug-AGL: SPEC-3179
Change-Id: I6f765304c61d4ef288ebf015a131d9e138d50e97
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Diffstat (limited to 'meta-agl-profile-graphical/recipes-graphics/wayland/weston_7.0.0.bbappend')
-rw-r--r-- | meta-agl-profile-graphical/recipes-graphics/wayland/weston_7.0.0.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl-profile-graphical/recipes-graphics/wayland/weston_7.0.0.bbappend b/meta-agl-profile-graphical/recipes-graphics/wayland/weston_7.0.0.bbappend index c2e52798d..67ce0ba5e 100644 --- a/meta-agl-profile-graphical/recipes-graphics/wayland/weston_7.0.0.bbappend +++ b/meta-agl-profile-graphical/recipes-graphics/wayland/weston_7.0.0.bbappend @@ -9,6 +9,7 @@ SRC_URI_append = "\ file://use-XDG_RUNTIMESHARE_DIR.patch \ file://0002-ivi-shell-Fix-crash-due-no-transmitter-screen.patch \ file://0001-config-parser-Export-get_full_path-and-destroy.patch \ + file://0001-libweston-Expose-weston_output_damage-in-libweston.patch \ " EXTRA_OEMESON_append = " -Denable-user-start=true" |