diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-02-17 23:51:21 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-02-17 23:51:21 +0000 |
commit | 68244b6fd4360f53c5d2c57d52fbd16ccabdca47 (patch) | |
tree | 1555f1f1dc214d7e410de436796aea41c3ab1713 /pangox.pc.in | |
parent | 00e23413132cf41f5bdad8c93697bcef71401486 (diff) | |
download | pango-68244b6fd4360f53c5d2c57d52fbd16ccabdca47.tar.gz |
Version 0.25PANGO_0_25
Sun Feb 17 18:50:30 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Version 0.25
* configure.in: Add X_EXTRA_LIBS to XFT_LIBS.
* NEWS: Updates
* pango/mini-xft/minixftdpy.c
* pango/mini-xft/minixftstr.c: Fix some problems
with signed arguments to to isupper()/tolower().
(#71705, Morten Welinder)
Diffstat (limited to 'pangox.pc.in')
-rw-r--r-- | pangox.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pangox.pc.in b/pangox.pc.in index 8c76683a..d22b0cf4 100644 --- a/pangox.pc.in +++ b/pangox.pc.in @@ -7,6 +7,6 @@ Name: Pango X Description: X Window System font support for Pango Version: @VERSION@ Requires: pango -Libs: -L${libdir} -lpangox @X_LIBS@ +Libs: -L${libdir} -lpangox @X_LIBS@ @X_EXTRA_LIBS@ Cflags: -I${includedir}/pango-1.0 @X_CFLAGS@ |