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 | |
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
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 5 | ||||
-rw-r--r-- | pango.pc.in | 2 |
3 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2005-01-08 Matthias Clasen <mclasen@redhat.com> + + * pango.pc.in: Require gmodule-no-export-2.0 instead + of gmodule-2.0 + Sat Jan 8 16:46:37 2005 Owen Taylor <otaylor@redhat.com> * configure.in: Add checks for Cairo diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 581ec75d..d121846d 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,8 @@ +2005-01-08 Matthias Clasen <mclasen@redhat.com> + + * pango.pc.in: Require gmodule-no-export-2.0 instead + of gmodule-2.0 + Sat Jan 8 16:46:37 2005 Owen Taylor <otaylor@redhat.com> * configure.in: Add checks for Cairo 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 |