diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-11-22 14:00:24 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-11-22 14:02:36 -0500 |
commit | dbd05f231e271e7952b4c7fc230ede3ee6a536cb (patch) | |
tree | d414261c538c0d7b46243598cc4277fdb3aebd48 /pango-uninstalled.pc.in | |
parent | cce4c9f84350bb53371323ab96ccf9245e014f75 (diff) | |
download | pango-dbd05f231e271e7952b4c7fc230ede3ee6a536cb.tar.gz |
Move gmodule to Requires.private
Users of pango are not generally expected to use gmodule API,
so don't force them all to link against it.
Diffstat (limited to 'pango-uninstalled.pc.in')
-rw-r--r-- | pango-uninstalled.pc.in | 3 |
1 files changed, 2 insertions, 1 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@ |