summaryrefslogtreecommitdiffstats
path: root/meta-agl-core/recipes-graphics/wayland/weston_10.0_aglcore.inc
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2023-05-05 11:38:40 +0300
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-05-08 20:15:48 +0000
commit3dac145f4645e18ad551d6c44c0bcc46b5c9205d (patch)
tree3df2ba09d54a237537171d345096950b550dfe9f /meta-agl-core/recipes-graphics/wayland/weston_10.0_aglcore.inc
parent0fed1912f2876569647c0f9927d07695e0325d36 (diff)
weston_10.0_aglcore: Add helper iterator to loop over debug scopes
This is helpful for users to list the available scopes, that other compoments of libweston subscribed to. Bug-AGL: SPEC-4593 Change-Id: Idec02efe997104f6af8164281eee0f2e46f996bf Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28804 Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-core/recipes-graphics/wayland/weston_10.0_aglcore.inc')
-rw-r--r--meta-agl-core/recipes-graphics/wayland/weston_10.0_aglcore.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-agl-core/recipes-graphics/wayland/weston_10.0_aglcore.inc b/meta-agl-core/recipes-graphics/wayland/weston_10.0_aglcore.inc
index a77600776..546f5ec6f 100644
--- a/meta-agl-core/recipes-graphics/wayland/weston_10.0_aglcore.inc
+++ b/meta-agl-core/recipes-graphics/wayland/weston_10.0_aglcore.inc
@@ -8,7 +8,8 @@ PACKAGECONFIG:append = "${@bb.utils.contains('AGL_FEATURES', 'waltham-remoting',
SRC_URI:append = "file://0001-libweston-Send-name-description-update-wl_output-to-.patch \
file://0001-libweston-desktop-xdg-shell-Add-tiled-orientation-st.patch \
- file://0001-simple-touch-Add-maximized-fullscreen-states.patch"
+ file://0001-simple-touch-Add-maximized-fullscreen-states.patch \
+ file://0001-libweston-weston-log-Add-an-iterator-for-going-over-.patch"
# seat management is only for waltham-transmitter-plugin
SRC_URI:append = "${@bb.utils.contains('AGL_FEATURES', 'waltham-remoting', ' file://0001-libweston-Migrate-weston_seat_init-release-to-public.patch', '', d)}"