summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pango-uninstalled.pc.in3
-rw-r--r--pango.pc.in3
2 files changed, 4 insertions, 2 deletions
diff --git a/pango-uninstalled.pc.in b/pango-uninstalled.pc.in
index 662d5450..fa2c02a5 100644
--- a/pango-uninstalled.pc.in
+++ b/pango-uninstalled.pc.in
@@ -1,6 +1,7 @@
Name: Pango Uninstalled
Description: Internationalized text handling, Not Installed
Version: @VERSION@
-Requires: glib-2.0,gobject-2.0,gmodule-no-export-2.0
+Requires: glib-2.0 gobject-2.0
+Requires.private: gmodule-no-export-2.0
Libs: ${pc_top_builddir}/${pcfiledir}/pango/libpango-@PANGO_API_VERSION@.la @PKGCONFIG_MATH_LIBS@
Cflags: -I${pc_top_builddir}/${pcfiledir}/@srcdir@
diff --git a/pango.pc.in b/pango.pc.in
index 5cc3ef8a..17a8b7a7 100644
--- a/pango.pc.in
+++ b/pango.pc.in
@@ -8,6 +8,7 @@ pango_module_version=@PANGO_MODULE_VERSION@
Name: Pango
Description: Internationalized text handling
Version: @VERSION@
-Requires: glib-2.0,gobject-2.0,gmodule-no-export-2.0
+Requires: glib-2.0 gobject-2.0
+Requires.private: gmodule-no-export-2.0
Libs: -L${libdir} -lpango-@PANGO_API_VERSION@ @PKGCONFIG_MATH_LIBS@
Cflags: -I${includedir}/pango-1.0