summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-09-30 19:38:09 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2020-09-30 15:38:38 -0300
commitd49ab0d5bbd01d8cca8103668da72962124e14d3 (patch)
treedd9e8de434e05173f3d91e084e24b52441c9962d
parent86cde62d18184284f91c0b695bd18c8d96fbee60 (diff)
downloadmeta-freescale-d49ab0d5bbd01d8cca8103668da72962124e14d3.tar.gz
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 <max.krummenacher@toradex.com>
-rw-r--r--recipes-graphics/wayland/weston_8.0.0.imx.bb4
1 files changed, 2 insertions, 2 deletions
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"
65# Weston with systemd-login support 65# Weston with systemd-login support
66PACKAGECONFIG[systemd] = "-Dsystemd=true -Dlauncher-logind=true,-Dsystemd=false -Dlauncher-logind=false,systemd dbus" 66PACKAGECONFIG[systemd] = "-Dsystemd=true -Dlauncher-logind=true,-Dsystemd=false -Dlauncher-logind=false,systemd dbus"
67# Weston with Xwayland support (requires X11 and Wayland) 67# Weston with Xwayland support (requires X11 and Wayland)
68PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=false" 68PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=false,libxcursor"
69# colord CMS support 69# colord CMS support
70PACKAGECONFIG[colord] = "-Dcolor-management-colord=true,-Dcolor-management-colord=false,colord" 70PACKAGECONFIG[colord] = "-Dcolor-management-colord=true,-Dcolor-management-colord=false,colord"
71# Clients support 71# Clients support
@@ -144,7 +144,7 @@ PACKAGECONFIG_OPENGL = "opengl"
144PACKAGECONFIG_OPENGL_imxgpu2d = "" 144PACKAGECONFIG_OPENGL_imxgpu2d = ""
145PACKAGECONFIG_OPENGL_imxgpu3d = "opengl" 145PACKAGECONFIG_OPENGL_imxgpu3d = "opengl"
146 146
147PACKAGECONFIG_remove = "wayland x11 xwayland" 147PACKAGECONFIG_remove = "wayland x11"
148PACKAGECONFIG_append = " ${@bb.utils.filter('DISTRO_FEATURES', '${PACKAGECONFIG_OPENGL}', d)}" 148PACKAGECONFIG_append = " ${@bb.utils.filter('DISTRO_FEATURES', '${PACKAGECONFIG_OPENGL}', d)}"
149 149
150PACKAGECONFIG_remove_imxfbdev = "kms" 150PACKAGECONFIG_remove_imxfbdev = "kms"