summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2008-06-11 02:12:05 +0200
committerJulien Cristau <jcristau@debian.org>2008-06-11 02:12:05 +0200
commit19240d3605b5f1e88ca5509afffd48acdb7e1c5f (patch)
treebe1541079448bc0e8999c2bd42fea84b0a5558ff
parenta1c78ce68c5f2106c38b6cb93a6b22420e1a80ab (diff)
downloadxorg-lib-libXft-19240d3605b5f1e88ca5509afffd48acdb7e1c5f.tar.gz
Revert "Drop Requires, use Requires.private instead."
This reverts commit a1c78ce68c5f2106c38b6cb93a6b22420e1a80ab. Unfortunately this doesn't work on old pkg-config, which made Requires.private completely useless. That's fixed in 0.22, but...
-rw-r--r--xft.pc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/xft.pc.in b/xft.pc.in
index 91653ee..7471c2b 100644
--- a/xft.pc.in
+++ b/xft.pc.in
@@ -6,6 +6,7 @@ includedir=@includedir@
Name: Xft
Description: X FreeType library
Version: @VERSION@
-Requires.private: xproto, xrender, fontconfig, freetype2
+Requires: xproto, xrender, fontconfig, freetype2
+Requires.private: xrender, fontconfig, freetype2
Cflags: -I${includedir}
Libs: -L${libdir} -lXft