Skip to content

Improve `pc` file generation.

YR Chen requested to merge stevapple/pango:fix-pc into main

This patch improves the robustness and correctness of pkg-config file generation, mainly from the following aspects:

  • Completely drop _pc variables and switch to collecting dependencies with _requires lists;
  • Fix some mismatches around pangocairo when we switched from .pc.in template to programmatic generation.
Edited by YR Chen

Merge request reports