diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-01-09 00:30:45 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-01-09 00:30:45 +0000 |
commit | 43756415004f72995f6999470136f8081e0b1b41 (patch) | |
tree | 54016dcf3f56e779b6b39ed515239f59592ac23f /pango.pc.in | |
parent | cc6ac36dd3c7e5ef39b9f21ef77596a159f2100e (diff) | |
download | pango-43756415004f72995f6999470136f8081e0b1b41.tar.gz |
Require gmodule-no-export-2.0 instead of gmodule-2.0
2005-01-08 Matthias Clasen <mclasen@redhat.com>
* pango.pc.in: Require gmodule-no-export-2.0 instead
of gmodule-2.0
Diffstat (limited to 'pango.pc.in')
-rw-r--r-- | pango.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango.pc.in b/pango.pc.in index 9c53bdc4..64d77aa8 100644 --- a/pango.pc.in +++ b/pango.pc.in @@ -8,7 +8,7 @@ pango_module_version=@PANGO_MODULE_VERSION@ Name: Pango Description: Internationalized text handling Version: @VERSION@ -Requires: glib-2.0,gobject-2.0,gmodule-2.0 +Requires: glib-2.0,gobject-2.0,gmodule-no-export-2.0 Libs: -L${libdir} -lpango-@PANGO_API_VERSION@ @PKGCONFIG_MATH_LIBS@ Cflags: -I${includedir}/pango-1.0 |