From d62dfc052b453b8424dca88da0fd7dcffad1988f Mon Sep 17 00:00:00 2001 From: Jehan Date: Mon, 30 Dec 2024 10:41:07 +0100 Subject: [PATCH] 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". --- meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 6ad965a2b4..44932ffaa5 100644 --- a/meson.build +++ b/meson.build @@ -2063,9 +2063,11 @@ pkgconfig.generate(libgimp, description: 'GIMP Library', version: gimp_version, requires: [ - gdk_pixbuf, cairo, + gdk_pixbuf, gegl, + gexiv2, + pango, ], libraries: [ libgimpbase,