[PATCH wayland-web] xserver: new weston syntax

Pekka Paalanen ppaalanen at gmail.com
Mon Jan 14 18:09:47 UTC 2019


From: Pekka Paalanen <pq at iki.fi>

The Xwayland setting syntax was changed in
https://gitlab.freedesktop.org/wayland/weston/commit/6d3887baec12c3a2b833301907546fba8c1fb26d

Fixes: https://gitlab.freedesktop.org/wayland/weston/issues/186

Signed-off-by: Pekka Paalanen <pq at iki.fi>
---
 xserver.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xserver.html b/xserver.html
index 0255d85..174b2ab 100644
--- a/xserver.html
+++ b/xserver.html
@@ -98,12 +98,12 @@ $ ln -s /usr/bin/xkbcomp $WLD/bin/
 <h2>weston.ini</h2>
 
 <p>
-Add this to <tt>~/.config/weston.ini</tt> (or use the <code>--modules=xwayland.so</code> command line argument):
+Add this to <tt>~/.config/weston.ini</tt> (or use the <code>--xwayland</code> command line argument):
 </p>
 
 <pre>
 [core]
-modules=xwayland.so
+xwayland=true
 </pre>
 
 <h2>Running</h2>
-- 
2.20.1



More information about the wayland-devel mailing list