summaryrefslogtreecommitdiff
path: root/pangoxft.pc.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-06-14 22:32:46 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-06-14 22:32:46 +0000
commit9940bb35d7c86230a059b1b9e41de4e8ac16cc60 (patch)
treecf4b93d5864912e387636ebba77a67068b542c3c /pangoxft.pc.in
parent342177eeba4f8eb12a9df03711f095c2e6a4175d (diff)
downloadpango-9940bb35d7c86230a059b1b9e41de4e8ac16cc60.tar.gz
Misc fixes from Stepan Kasal, #169928
2005-06-14 Owen Taylor <otaylor@redhat.com> Misc fixes from Stepan Kasal, #169928 * pangoxft.pc.in: Add requirement on pangoft2 * pangoxft-uninstalled.pc.in: Fix cut-and-paste errors in Name/Description when copying from pangox-uninstalled. * configure.in: Don't call AC_SUBST() unnecessary for XFT_CFLAGS/LIBS.
Diffstat (limited to 'pangoxft.pc.in')
-rw-r--r--pangoxft.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pangoxft.pc.in b/pangoxft.pc.in
index 8a1e54a1..46c2183d 100644
--- a/pangoxft.pc.in
+++ b/pangoxft.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: Pango Xft
Description: Xft font support for Pango
Version: @VERSION@
-Requires: pango
+Requires: pango pangoft2
Libs: -L${libdir} -lpangoxft-@PANGO_API_VERSION@ @PKGCONFIG_XFT_LIBS@
Cflags: -I${includedir}/pango-1.0 @XFT_CFLAGS@