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:
parent
61fb345ab6
commit
d62dfc052b
1 changed files with 3 additions and 1 deletions
|
|
@ -2063,9 +2063,11 @@ pkgconfig.generate(libgimp,
|
|||
description: 'GIMP Library',
|
||||
version: gimp_version,
|
||||
requires: [
|
||||
gdk_pixbuf,
|
||||
cairo,
|
||||
gdk_pixbuf,
|
||||
gegl,
|
||||
gexiv2,
|
||||
pango,
|
||||
],
|
||||
libraries: [
|
||||
libgimpbase,
|
||||
|
|
|
|||
Loading…
Reference in a new issue