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-anytoany - Wayland is still Linux-specific, so:
- limit the
libwayland-devbuild dependency aslinux-any - pass
-DBUILD_WSI_WAYLAND_SUPPORT=OFFto 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