Hacker News new | ask | show | jobs
by rjsw 5147 days ago
The problem is that the only documentation for the "required infrastructure" is the Linux source itself which is constantly changing.
1 comments

I doubt that the BSD infrastructure has to match the Linux infrastructure exactly for the Wayland protocol to work on it. Mostly what it has to do is mode-setting in the kernel, enable sharing of graphics buffers between processes, and allowing libkms and mesa to work on top of it. The exact kernel api shouldn't matter for most applications.