summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-01-19 17:48:52 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-03 09:05:14 +0000
commit5d5ca5ec3acaedb0e7f2171a42ac369560f427e0 (patch)
treea46f6563e118624732f44544cbda9b6fe65daf75
parent1e7fe9ea1e2313c505e31a4da9bb3b279b9938b6 (diff)
downloadpoky-5d5ca5ec3acaedb0e7f2171a42ac369560f427e0.tar.gz
xwayland: Add xkbcomp runtime dependency
Trying to run an xterm fails with the error: xterm: Xt error: Can't open display: :0 Checking systemctl status weston shows an error: Jan 19 21:24:16 imx8mq-evk weston[396]: sh: line 1: /usr/bin/xkbcomp: No such file or directory Adding xkbcomp to the rootfs fixes these errors. Checking the history one finds that the runtime dependency for the old xserver was removed because it wasn't in the correct location [1], then restored because it was still needed [2]. [1] https://github.com/openembedded/openembedded-core/commit/bdcc5e8f1286d288baf410458efc39a59b68d751 [2] https://github.com/openembedded/openembedded-core/commit/f2330ebc3071d780cbc6d1ddab5c54bfadf8fffc (From OE-Core rev: 535e6df5b5e53dd95438985dcff554cd17302837) Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/xwayland/xwayland_21.1.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xwayland/xwayland_21.1.4.bb b/meta/recipes-graphics/xwayland/xwayland_21.1.4.bb
index 029123b875..cbf4f1c658 100644
--- a/meta/recipes-graphics/xwayland/xwayland_21.1.4.bb
+++ b/meta/recipes-graphics/xwayland/xwayland_21.1.4.bb
@@ -42,3 +42,4 @@ do_install:append() {
42 42
43FILES:${PN} += "${libdir}/xorg/protocol.txt" 43FILES:${PN} += "${libdir}/xorg/protocol.txt"
44 44
45RDEPENDS:${PN} += "xkbcomp"