diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2021-09-21 09:30:13 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-11-09 15:43:05 +0000 |
commit | c08cc53abd1accdfc3697f7d1d61d7a08fc4e225 (patch) | |
tree | cdcc43df1d9b3305534ad3a334d4ab290f3e8386 /meta-agl-bsp/meta-rcar-gen3/recipes-graphics | |
parent | 8f9663f069a47337ff957200878242c25d04b25f (diff) |
[RCAR] Add missing build dependency for wayland-wsegl
Bug-AGL: SPEC-4081
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Change-Id: Ia724303015235fd03fe633125ef79cd3eaef9739
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26823
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/meta-rcar-gen3/recipes-graphics')
-rw-r--r-- | meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/wayland-wsegl.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/wayland-wsegl.bbappend b/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/wayland-wsegl.bbappend new file mode 100644 index 000000000..a08dbbce4 --- /dev/null +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/wayland-wsegl.bbappend @@ -0,0 +1 @@ +DEPENDS_append = " wayland-protocols" |