summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-04-19 11:02:24 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-20 13:56:48 +0100
commit9fc863bcdb37e562a92e3fbdf1327ce2014af17f (patch)
treee60d3ec2e0b3373a851a0b51acc83b0f091dbe29 /meta/recipes-graphics/wayland
parent07d33c8ec848c257c014fbef1241104847873d5f (diff)
downloadpoky-9fc863bcdb37e562a92e3fbdf1327ce2014af17f.tar.gz
weston: use standalone xwayland instead of outdated xserver-xorg version
(From OE-Core rev: e933962061ac3fa1c0c1069b8075a5f7645001c4) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/wayland')
-rw-r--r--meta/recipes-graphics/wayland/weston_9.0.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston_9.0.0.bb b/meta/recipes-graphics/wayland/weston_9.0.0.bb
index 50fbfa613b..34ac66d4e9 100644
--- a/meta/recipes-graphics/wayland/weston_9.0.0.bb
+++ b/meta/recipes-graphics/wayland/weston_9.0.0.bb
@@ -124,7 +124,7 @@ SUMMARY_libweston-${WESTON_MAJOR_VERSION} = "Helper library for implementing 'wa
124FILES_${PN}-examples = "${bindir}/*" 124FILES_${PN}-examples = "${bindir}/*"
125 125
126FILES_${PN}-xwayland = "${libdir}/libweston-${WESTON_MAJOR_VERSION}/xwayland.so" 126FILES_${PN}-xwayland = "${libdir}/libweston-${WESTON_MAJOR_VERSION}/xwayland.so"
127RDEPENDS_${PN}-xwayland += "xserver-xorg-xwayland" 127RDEPENDS_${PN}-xwayland += "xwayland"
128 128
129RDEPENDS_${PN} += "xkeyboard-config" 129RDEPENDS_${PN} += "xkeyboard-config"
130RRECOMMENDS_${PN} = "weston-init liberation-fonts" 130RRECOMMENDS_${PN} = "weston-init liberation-fonts"