summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-01-09 00:32:10 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-01-09 00:32:10 +0000
commit9f5152cd4886f0340149b4a420cbf81df66d5dc1 (patch)
treefb36bdf476dc461f3d238d6298506b039dcb0259
parentce2346e8de385011e5bb2405fbe83c10675111d0 (diff)
downloadpango-9f5152cd4886f0340149b4a420cbf81df66d5dc1.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--ChangeLog5
-rw-r--r--ChangeLog.pre-1-105
-rw-r--r--pango.pc.in2
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9af3a5b6..6404a59c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
+
Thu Jan 6 14:12:35 2005 Owen Taylor <otaylor@redhat.com>
* pango/pangofc-fontmap.[ch]: Revert some accidentally
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 9af3a5b6..6404a59c 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
+
Thu Jan 6 14:12:35 2005 Owen Taylor <otaylor@redhat.com>
* pango/pangofc-fontmap.[ch]: Revert some accidentally
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