diff options
author | Carlos Rafael Giani <crg7475@mailbox.org> | 2021-04-29 16:07:27 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-04-29 17:54:31 -0300 |
commit | 5797a50d2a30f5d76a7c6afcc914711be95a9b2a (patch) | |
tree | 1ddd0564344c4b4443592001b2b380de55ebba15 /recipes-graphics/wayland | |
parent | 9ef0fb90c03e8f8814cfa2cf637a873f112bbe94 (diff) | |
download | meta-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.bb | 2 |
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 | |||
131 | FILES_${PN}-examples = "${bindir}/*" | 131 | FILES_${PN}-examples = "${bindir}/*" |
132 | 132 | ||
133 | FILES_${PN}-xwayland = "${libdir}/libweston-${WESTON_MAJOR_VERSION}/xwayland.so" | 133 | FILES_${PN}-xwayland = "${libdir}/libweston-${WESTON_MAJOR_VERSION}/xwayland.so" |
134 | RDEPENDS_${PN}-xwayland += "xserver-xorg-xwayland" | 134 | RDEPENDS_${PN}-xwayland += "xwayland" |
135 | 135 | ||
136 | RDEPENDS_${PN} += "xkeyboard-config" | 136 | RDEPENDS_${PN} += "xkeyboard-config" |
137 | RRECOMMENDS_${PN} = "weston-init liberation-fonts" | 137 | RRECOMMENDS_${PN} = "weston-init liberation-fonts" |