Move gmodule to Requires.private
authorMatthias Clasen <mclasen@redhat.com>
Tue, 22 Nov 2011 19:00:24 +0000 (14:00 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 22 Nov 2011 19:02:36 +0000 (14:02 -0500)
Users of pango are not generally expected to use gmodule API,
so don't force them all to link against it.

pango-uninstalled.pc.in
pango.pc.in

index 662d545..fa2c02a 100644 (file)
@@ -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@
index 5cc3ef8..17a8b7a 100644 (file)
@@ -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