summaryrefslogtreecommitdiff
path: root/pango.pc.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-06-21 16:10:31 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-06-21 16:10:31 +0000
commit62b4e6b676ae2ef114960529b0a5b79d213820d0 (patch)
tree8a12a666cb475bc13f8d245ca027dfa187ed0a34 /pango.pc.in
parent95059cad33f0ae575af5b8e79c0fddd021c99834 (diff)
downloadpango-62b4e6b676ae2ef114960529b0a5b79d213820d0.tar.gz
Missed commit: add -lm dependency to pkg-config files.
Mon Jun 21 11:47:41 2004 Owen Taylor <otaylor@redhat.com> * configure.in pango.pc.in: Missed commit: add -lm dependency to pkg-config files. * docs/pango-sections.txt: Add PangoMatrix and rotated rendering functions
Diffstat (limited to 'pango.pc.in')
-rw-r--r--pango.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango.pc.in b/pango.pc.in
index db556161..9c53bdc4 100644
--- a/pango.pc.in
+++ b/pango.pc.in
@@ -9,6 +9,6 @@ Name: Pango
Description: Internationalized text handling
Version: @VERSION@
Requires: glib-2.0,gobject-2.0,gmodule-2.0
-Libs: -L${libdir} -lpango-@PANGO_API_VERSION@
+Libs: -L${libdir} -lpango-@PANGO_API_VERSION@ @PKGCONFIG_MATH_LIBS@
Cflags: -I${includedir}/pango-1.0