Skip to content

meson: Build pango if compiler can detect all dependencies on Windows

meson fallback for libpango on Windows is almost unavailable since some libpango's dependencies (especially cairo) are not meson ported yet. But we could build pango plugin if the required libraries and headers are installed on system.

Merge request reports