summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2023-04-28 15:24:00 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-05-02 15:58:20 +0000
commite5fc52759c68b055f8ca3cf409e7e77b7a4df8e9 (patch)
tree9fc39982b643ec28af3c5c5c320546b1af6fe8f3
parentc7ac1edd36f26b7380d324c0fa55f373a8f33606 (diff)
downloadmeta-freescale-e5fc52759c68b055f8ca3cf409e7e77b7a4df8e9.tar.gz
weston: add xwayland to DEPENDS for PACKAGECONFIG xwayland
Otherwise xwayland.pc would not be present in sysroot, this leads to some xwayland configs missing like have_listenfd, have_glamor. Signed-off-by: Ming Liu <liu.ming50@gmail.com> (cherry picked from commit 5ef44d7e2849e47cd23ba1bf2655cce27ea06c91)
-rw-r--r--recipes-graphics/wayland/weston_10.0.1.imx.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/wayland/weston_10.0.1.imx.bb b/recipes-graphics/wayland/weston_10.0.1.imx.bb
index 84cd9fd8..470a7b0b 100644
--- a/recipes-graphics/wayland/weston_10.0.1.imx.bb
+++ b/recipes-graphics/wayland/weston_10.0.1.imx.bb
@@ -189,7 +189,7 @@ PACKAGECONFIG:append:imxgpu2d = " imxg2d"
189SIMPLECLIENTS:imxfbdev = "damage,im,egl,shm,touch,dmabuf-v4l" 189SIMPLECLIENTS:imxfbdev = "damage,im,egl,shm,touch,dmabuf-v4l"
190 190
191# Override 191# Override
192PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=false,libxcursor" 192PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=false,libxcursor xwayland"
193# Weston with i.MX GPU support 193# Weston with i.MX GPU support
194PACKAGECONFIG[imxgpu] = "-Dimxgpu=true,-Dimxgpu=false,virtual/egl" 194PACKAGECONFIG[imxgpu] = "-Dimxgpu=true,-Dimxgpu=false,virtual/egl"
195# Weston with i.MX G2D renderer 195# Weston with i.MX G2D renderer