Mir Release 1.1.2

Mir release 1.1.2

A maintenance release to closing issues found building for the Ubuntu archive and PostmarketOS:

Enhancements:

  • [build] Add option to disable fatal compile warnings
  • Fix build issues using Musl instead of glibc

Bugs fixed:

  • [mesa-kms] On systems where the DRM device isn’t hooked up to a PCI bus we don’t (can’t) check if KMS is available. (Fixes: #704)
  • Setting MIR_MESA_KMS_DISABLE_MODESET_PROBE overrides a ENOSYS result from drmCheckModesettingSupported(). (Needed to work with the libdrm on postmarketOS, maybe others.)