]> code.ossystems Code Review - meta-freescale.git/commitdiff
weston: Fix xwayland dependency
authorCarlos Rafael Giani <crg7475@mailbox.org>
Thu, 29 Apr 2021 14:07:27 +0000 (16:07 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 29 Apr 2021 20:54:31 +0000 (17:54 -0300)
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>
recipes-graphics/wayland/weston_9.0.0.imx.bb

index a69f1e6a56f5fbfae3023a5ce6560438db2eef2d..026f27cebe8b1fa671bed36ab86340a8135dd6ba 100644 (file)
@@ -131,7 +131,7 @@ SUMMARY_libweston-${WESTON_MAJOR_VERSION} = "Helper library for implementing 'wa
 FILES_${PN}-examples = "${bindir}/*"
 
 FILES_${PN}-xwayland = "${libdir}/libweston-${WESTON_MAJOR_VERSION}/xwayland.so"
-RDEPENDS_${PN}-xwayland += "xserver-xorg-xwayland"
+RDEPENDS_${PN}-xwayland += "xwayland"
 
 RDEPENDS_${PN} += "xkeyboard-config"
 RRECOMMENDS_${PN} = "weston-init liberation-fonts"