-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
illumos is not supported #739
Comments
I'm 99% sure that all BSD(except freebsd)/other special targets are not supported by the The rust backend of wayland-rs should probably work though, but winit won't be able to target it at all, because we won't be able to provide raw-window-handle nor it'll be usable for anything at the current state of things. |
https://gitlab.freedesktop.org/wayland/wayland/-/blob/main/.gitlab-ci.yml?ref_type=heads Looks like you're right. It only tests for Debian and FreeBSD. |
I mean, the other part is barely any compositors work on anything other than linux/freebsd, because a lot of them use libinput, etc, so they kind of tied to linux one way or another. |
Libwayland requires epoll and eventfd. On BSDs that requires epoll-shim. Does Illumos have something like that?
|
#763 has the code I've experimented with for using |
https://github.com/rust-windowing/winit/actions/runs/9635842251/job/26573081975?pr=3751
I think illumos is still stuck on X11, but it would be nice to be able to support it here.
The text was updated successfully, but these errors were encountered: