From e5fc52759c68b055f8ca3cf409e7e77b7a4df8e9 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Fri, 28 Apr 2023 15:24:00 +0200 Subject: 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 (cherry picked from commit 5ef44d7e2849e47cd23ba1bf2655cce27ea06c91) --- recipes-graphics/wayland/weston_10.0.1.imx.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" SIMPLECLIENTS:imxfbdev = "damage,im,egl,shm,touch,dmabuf-v4l" # Override -PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=false,libxcursor" +PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=false,libxcursor xwayland" # Weston with i.MX GPU support PACKAGECONFIG[imxgpu] = "-Dimxgpu=true,-Dimxgpu=false,virtual/egl" # Weston with i.MX G2D renderer -- cgit v1.2.3-54-g00ecf