diff options
-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 |