Issue #2037: make Pango and GExiv2 public dependencies in pkg-config.

Both these libs are exposed in the API and therefore should be set as
"Requires".
This commit is contained in:
Jehan 2024-12-30 10:41:07 +01:00
parent 61fb345ab6
commit d62dfc052b

View file

@ -2063,9 +2063,11 @@ pkgconfig.generate(libgimp,
description: 'GIMP Library',
version: gimp_version,
requires: [
gdk_pixbuf,
cairo,
gdk_pixbuf,
gegl,
gexiv2,
pango,
],
libraries: [
libgimpbase,