Skip to content

TAP-related workarounds in Meson build system

Simon McVittie requested to merge smcv/dbus:windows-no-tap into master
  • build: Only work around Meson 0.63.0 bugs for version 0.63.0

    mesonbuild/meson#10577 was fixed in 0.63.1.

  • test: Don't use strict TAP parsing on Windows

    Debug messages in a background thread can corrupt the machine-readable TAP output, and in particular GWin32AppInfo emits debug messages from a background thread when we link to libgio.

    Resolves: #414 (closed)

/cc @rhabacker @elmarco

Edited by Simon McVittie

Merge request reports