Skip to content

[1.22] Fix some pkg-config metadata

Simon McVittie requested to merge wip/smcv/fix-pkg-config-1.22 into cogl-1.22
  • gst, pango: Add missing pkg-config dependencies

    Adding automated tests for the Debian -dev packages, which link a trivial program to the pkg-config module under test, revealed that these .pc files were not self-contained. Add the necessary dependencies for linking to succeed.

  • cogl-pango-2.0-experimental.pc: Reference correct library name

    It's libcogl-pango.so, not libcoglpango.so.

Merge request reports