Skip to content

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 to any
  • Wayland is still Linux-specific, so:
    • limit the libwayland-dev build dependency as linux-any
    • pass -DBUILD_WSI_WAYLAND_SUPPORT=OFF to cmake on non-Linux architectures to explicitly disable the Wayland integration

Merge request reports

Loading