From: Max Krummenacher Date: Wed, 30 Sep 2020 17:38:09 +0000 (+0200) Subject: weston: add libxcursor to depends for xwayland X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bf533436ee5bca67a9c8ba06d329e03d2e32e260;p=meta-freescale.git weston: add libxcursor to depends for xwayland Otherwise configure will fail. | ../git/xwayland/meson.build:27:2: ERROR: Problem encountered: xwayland requires xcursor which was not found. Or, you can use '-Dxwayland=false'. This reverts additionally commit 86cde62d1 which addressed the same issue. Signed-off-by: Max Krummenacher (cherry picked from commit d49ab0d5bbd01d8cca8103668da72962124e14d3) --- diff --git a/recipes-graphics/wayland/weston_8.0.0.imx.bb b/recipes-graphics/wayland/weston_8.0.0.imx.bb index a2ce2a69..24a21db5 100644 --- a/recipes-graphics/wayland/weston_8.0.0.imx.bb +++ b/recipes-graphics/wayland/weston_8.0.0.imx.bb @@ -65,7 +65,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,libxcursor" # colord CMS support PACKAGECONFIG[colord] = "-Dcolor-management-colord=true,-Dcolor-management-colord=false,colord" # Clients support @@ -144,7 +144,7 @@ PACKAGECONFIG_OPENGL = "opengl" PACKAGECONFIG_OPENGL_imxgpu2d = "" PACKAGECONFIG_OPENGL_imxgpu3d = "opengl" -PACKAGECONFIG_remove = "wayland x11 xwayland" +PACKAGECONFIG_remove = "wayland x11" PACKAGECONFIG_append = " ${@bb.utils.filter('DISTRO_FEATURES', '${PACKAGECONFIG_OPENGL}', d)}" PACKAGECONFIG_remove_imxfbdev = "kms"