diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-04-29 06:43:10 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-04-29 06:43:10 +0000 |
commit | 5be6f50a77e7e39e1b7533ed4ddb4cefe43cb386 (patch) | |
tree | a0d51a644767e6eaa57d9ef1ce3bbdbdf1e4e0ca | |
parent | 6ba19a0b8cc7f9c05f2df899fce69036d6bca9bc (diff) | |
download | pango-5be6f50a77e7e39e1b7533ed4ddb4cefe43cb386.tar.gz |
Bug 333771 – Use gmodule-no-export-2.0 instead of gmodule-2.0 in
2006-04-29 Behdad Esfahbod <behdad@gnome.org>
Bug 333771 – Use gmodule-no-export-2.0 instead of gmodule-2.0 in
pango-uninstalled.pc.in
* pango-uninstalled.pc.in: Require gmodule-no-export-2.0, like
pango.pc.in does.
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | pango-uninstalled.pc.in | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,5 +1,13 @@ 2006-04-29 Behdad Esfahbod <behdad@gnome.org> + Bug 333771 – Use gmodule-no-export-2.0 instead of gmodule-2.0 in + pango-uninstalled.pc.in + + * pango-uninstalled.pc.in: Require gmodule-no-export-2.0, like + pango.pc.in does. + +2006-04-29 Behdad Esfahbod <behdad@gnome.org> + Bug 307196 – Unhinted fonts are measured incorrectly and drawing problems occur as a result diff --git a/pango-uninstalled.pc.in b/pango-uninstalled.pc.in index 4582a9c7..d25b888b 100644 --- a/pango-uninstalled.pc.in +++ b/pango-uninstalled.pc.in @@ -1,7 +1,7 @@ Name: Pango Uninstalled Description: Internationalized text handling, Not Installed 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: ${pc_top_builddir}/${pcfiledir}/pango/libpango-@PANGO_API_VERSION@.la Cflags: -I${pc_top_builddir}/${pcfiledir}/@srcdir@ |