diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-04-21 14:40:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-23 10:12:08 +0100 |
commit | c365e382334f61d538d8064ae44a737fd0f47d73 (patch) | |
tree | db84fd0cc8ea40794a46671b3e9f4b035f60c355 | |
parent | 5625fbdfa5332fed8b4fa070e31283807e4f180d (diff) | |
download | poky-c365e382334f61d538d8064ae44a737fd0f47d73.tar.gz |
weston: Drop loading xwayland.so module
This module is no longer installed by x11 instead it uses a stand along
server for xwayland, as a result when xwayland is enabled in
packageconfig in weston then it fails to load xwayland.so during runtime
Fixes
[21:07:12.-100663296] Old Xwayland module loading detected: Please use --xwayland command line option or set xwayland=true in the [core] section in weston.ini
[21:07:12.-100663296] Loading module '/usr/lib/libweston-9/xwayland.so'
[21:07:12.-100663296] Failed to load module: /usr/lib/libweston-9/xwayland.so: cannot open shared object file: No such file or directory
[21:07:12.-100663296] Destroying fbdev output.
(From OE-Core rev: aa829e27a0d3bda3ed943005c1622e71d38bb872)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/wayland/weston/xwayland.weston-start | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-graphics/wayland/weston/xwayland.weston-start b/meta/recipes-graphics/wayland/weston/xwayland.weston-start index b483c97cf1..db384b1a53 100644 --- a/meta/recipes-graphics/wayland/weston/xwayland.weston-start +++ b/meta/recipes-graphics/wayland/weston/xwayland.weston-start | |||
@@ -2,6 +2,4 @@ | |||
2 | 2 | ||
3 | if type Xwayland >/dev/null 2>/dev/null; then | 3 | if type Xwayland >/dev/null 2>/dev/null; then |
4 | mkdir -p /tmp/.X11-unix | 4 | mkdir -p /tmp/.X11-unix |
5 | |||
6 | add_weston_argument "--modules=xwayland.so" | ||
7 | fi | 5 | fi |