The source project of this merge request has been removed.
Enable the build on all the architectures (#907152)
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 - mark two Wayland-related symbols as
linux-any
- limit the
Edited by Pino Toscano