summaryrefslogtreecommitdiff
path: root/pangox.pc.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-02-17 23:51:21 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-02-17 23:51:21 +0000
commit68244b6fd4360f53c5d2c57d52fbd16ccabdca47 (patch)
tree1555f1f1dc214d7e410de436796aea41c3ab1713 /pangox.pc.in
parent00e23413132cf41f5bdad8c93697bcef71401486 (diff)
downloadpango-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.in2
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@