Skip to content

Enable the build on all the architectures (#907152)

Pino Toscano requested to merge (removed):non-linux into debian-unstable

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
    • mark two Wayland-related symbols as linux-any
Edited by Pino Toscano

Merge request reports

Loading