summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/weston_10.0.0.imx.bb
diff options
context:
space:
mode:
authorMaxim Paymushkin <bmx666@users.noreply.github.com>2022-10-24 21:42:02 +0200
committerMaxim Paymushkin <bmx666@users.noreply.github.com>2022-10-24 21:52:20 +0200
commit69e013b20894dcff427601e2a9aaf4f04dfb00da (patch)
treec1f65d4eb9afb85dd29e4ecf84a1912a62c9dd63 /recipes-graphics/wayland/weston_10.0.0.imx.bb
parentc82d4634e7aba8bc0de73ce1dfc997b630051571 (diff)
downloadmeta-freescale-69e013b20894dcff427601e2a9aaf4f04dfb00da.tar.gz
weston: fix build test-internal-screenshot
tests: Add dependency on screenshooter client protocol Given that the test-helper code relies on the screenshooter protocol, make sure it's available for us to build, and the dependency ensures we build in order. Link: https://github.com/wayland-project/weston Commit: 2ac6b6b084a877adde64db7faff2ed22eb3ea97a Fixes: #1273 Signed-off-by: Maxim Paymushkin <maxim.paymushkin@gmail.com>
Diffstat (limited to 'recipes-graphics/wayland/weston_10.0.0.imx.bb')
-rw-r--r--recipes-graphics/wayland/weston_10.0.0.imx.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston_10.0.0.imx.bb b/recipes-graphics/wayland/weston_10.0.0.imx.bb
index cc60b4d7..effef386 100644
--- a/recipes-graphics/wayland/weston_10.0.0.imx.bb
+++ b/recipes-graphics/wayland/weston_10.0.0.imx.bb
@@ -163,6 +163,7 @@ SRC_URI:remove = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
163SRC_URI:prepend = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} " 163SRC_URI:prepend = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} "
164SRC_URI += "file://0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch \ 164SRC_URI += "file://0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch \
165 file://0001-g2d-renderer.c-Include-sys-stat.h.patch \ 165 file://0001-g2d-renderer.c-Include-sys-stat.h.patch \
166 file://0001-tests-Add-dependency-on-screenshooter-client-protoco.patch \
166 " 167 "
167SRCBRANCH = "weston-imx-10.0" 168SRCBRANCH = "weston-imx-10.0"
168SRCREV = "c8c6e3106b03441db1037afa995f95fcb2f9f17d" 169SRCREV = "c8c6e3106b03441db1037afa995f95fcb2f9f17d"