gnome-wayland

make -C /usr/ports/x11/gnome3 showconfig-recursive | grep WAYLAND

(Note that this command can take a long time depending on your system. There are a LOT of dependencies to process)
 
Lots of dependencies, where they make sense at least, have a WAYLAND option. It's mostly turned on by default too. The output took a really long time but here it is:
Code:
root@molly:/usr/ports/x11/gnome3 # make showconfig-recursive | grep WAYLAND
     WAYLAND=on: Enable support for the Wayland platform in EGL
     PLATFORM_WAYLAND=on: Enable Wayland support for GBM/EGL
     WAYLAND=on: GDK Wayland backend
     WAYLAND=on: Wayland (graphics) support
     WAYLAND=on: Wayland (graphics) support
     WAYLAND=on: Wayland (graphics) support
     WAYLAND=on: Wayland (graphics) support
     WAYLAND=on: Enable support for the Wayland platform in Vulkan drivers
     PLATFORM_WAYLAND=on: Enable Wayland support for GBM/EGL
     VIDEO_WAYLAND=on: Wayland display support
     WAYLAND=on: Build FreeRDP Wayland client
I've honestly never actually tried to use it though, but there's certainly a lot of work being done to make it work.
 
Back
Top