From: Ming Liu Date: Fri, 28 Apr 2023 13:51:45 +0000 (+0200) Subject: weston: add xwayland to DEPENDS for PACKAGECONFIG xwayland X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1036 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f1932cb5a408320a5b542e20ba2807718349e8f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/wayland/weston_11.0.1.bb b/meta/recipes-graphics/wayland/weston_11.0.1.bb index 2daecc9856b..4f6ce199153 100644 --- a/meta/recipes-graphics/wayland/weston_11.0.1.bb +++ b/meta/recipes-graphics/wayland/weston_11.0.1.bb @@ -73,7 +73,7 @@ PACKAGECONFIG[webp] = "-Dimage-webp=true,-Dimage-webp=false,libwebp" # Weston with systemd-login support PACKAGECONFIG[systemd] = "-Dsystemd=true -Dlauncher-logind=true,-Dsystemd=false -Dlauncher-logind=false,systemd dbus" # Weston with Xwayland support (requires X11 and Wayland) -PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=false" +PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=false,xwayland" # colord CMS support PACKAGECONFIG[colord] = "-Ddeprecated-color-management-colord=true,-Ddeprecated-color-management-colord=false,colord" # Clients support