On Fri, Dec 10, 2021 at 06:30:10PM +0100, Rafael Sadowski wrote: > - os/rpcauth.c No clue why this not build without issues. The same code > build fine in xenocara (Or not when it is deactivated, I don't know.)
rpcauth (aka secure-rpc or SUN-DES-1) is not built in xenocara. It's disabled by default in autotools based configure scripts. But apparently it's enabled by default in meson based build so you need to disable it explicitely if using meson for XWayland. And yes input is the biggest hurdle to get Wayland running (and usable on OpenBSD). For many reasons, OpenBSD needs to care about Wayland and prepare to support it in some future. -- Matthieu Herrb
