On my new F31 Server box, I recently installed weston and got weston-launch to run successfully. But when I do sudo dnf install gdm
dnf wants to pull in a bunch of xorg-x11 packages as dependencies.
When I look at https://wiki.archlinux.org/index.php/Wayland I get the impression that gdm is the only display manager that runs on Wayland. Based on that (and the reports I’ve read that F31 Desktop and other recent Linux distros have gdm running on Wayland without Xorg; can others confirm this?), I would think that with weston installed (and even running! thanks to Gerd! ) on my F31 Server box, weston would meet any compositor or other dependency requirements such that gdm would not need to pull in any xorg-x11 packages.
So my question is: how can I most easily install gdm in F31 Server without also unnecessarily installing X.org?