Enable the build on all the architectures
this source is generally portable, and upstream accepts ports:
- switch the architecture of the binaries from
linux-any
toany
- Wayland is still Linux-specific, so:
- limit the
libwayland-dev
build dependency aslinux-any
- pass
-DBUILD_WSI_WAYLAND_SUPPORT=OFF
to cmake on non-Linux architectures to explicitly disable the Wayland integration
- limit the