>>1059880
>Does wayland have dependencies on any other FDO garbage?
I didn't find anything about dependencies on https://wayland.freedesktop.org/ but something like this in the README file
<Building the wayland libraries is fairly simple, aside from libffi,
<they don't have many dependencies
But found following dependencies in the package definition of wayland for Guix package manager, but some of them are just scheme variables inside Guix, for example "expat" is a license var:
(native-inputs
`(("doxygen" ,doxygen)
("graphviz" ,graphviz)
("pkg-config" ,pkg-config)
("xmlto" ,xmlto)
("xsltproc" ,libxslt)))
(inputs
`(("docbook-xml" ,docbook-xml)
("docbook-xsl" ,docbook-xsl)
("expat" ,expat)
("libffi" ,libffi)
("libxml2" ,libxml2))) ; for XML_CATALOG_FILES
Guess it works without systemd, pulseaudio, dbus shit, so I'm in. If someone finds complete list of wayland's dependencies, please let me know.