summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland
diff options
context:
space:
mode:
authorCarlos Rafael Giani <crg7475@mailbox.org>2021-04-29 16:07:27 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2021-04-29 17:54:31 -0300
commit5797a50d2a30f5d76a7c6afcc914711be95a9b2a (patch)
tree1ddd0564344c4b4443592001b2b380de55ebba15 /recipes-graphics/wayland
parent9ef0fb90c03e8f8814cfa2cf637a873f112bbe94 (diff)
downloadmeta-freescale-5797a50d2a30f5d76a7c6afcc914711be95a9b2a.tar.gz
weston: Fix xwayland dependency
xserver-xorg-wayland was replaced in OE-core with a standalone xwayland recipe, so the xwayland dependency has to be adapted. Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
Diffstat (limited to 'recipes-graphics/wayland')
-rw-r--r--recipes-graphics/wayland/weston_9.0.0.imx.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/wayland/weston_9.0.0.imx.bb b/recipes-graphics/wayland/weston_9.0.0.imx.bb
index a69f1e6a..026f27ce 100644
--- a/recipes-graphics/wayland/weston_9.0.0.imx.bb
+++ b/recipes-graphics/wayland/weston_9.0.0.imx.bb
@@ -131,7 +131,7 @@ SUMMARY_libweston-${WESTON_MAJOR_VERSION} = "Helper library for implementing 'wa
131FILES_${PN}-examples = "${bindir}/*" 131FILES_${PN}-examples = "${bindir}/*"
132 132
133FILES_${PN}-xwayland = "${libdir}/libweston-${WESTON_MAJOR_VERSION}/xwayland.so" 133FILES_${PN}-xwayland = "${libdir}/libweston-${WESTON_MAJOR_VERSION}/xwayland.so"
134RDEPENDS_${PN}-xwayland += "xserver-xorg-xwayland" 134RDEPENDS_${PN}-xwayland += "xwayland"
135 135
136RDEPENDS_${PN} += "xkeyboard-config" 136RDEPENDS_${PN} += "xkeyboard-config"
137RRECOMMENDS_${PN} = "weston-init liberation-fonts" 137RRECOMMENDS_${PN} = "weston-init liberation-fonts"