]> code.ossystems Code Review - openembedded-core.git/commitdiff
weston: Drop loading xwayland.so module
authorKhem Raj <raj.khem@gmail.com>
Wed, 21 Apr 2021 21:40:51 +0000 (14:40 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Apr 2021 09:10:43 +0000 (10:10 +0100)
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.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/wayland/weston/xwayland.weston-start

index b483c97cf1ba871e88f063e2d66f7ccb930f2aee..db384b1a53538234753797d94bcd37f9dc4c86eb 100644 (file)
@@ -2,6 +2,4 @@
 
 if type Xwayland  >/dev/null 2>/dev/null; then
        mkdir -p /tmp/.X11-unix
-
-       add_weston_argument "--modules=xwayland.so"
 fi