summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2008-06-10 17:29:27 +0200
committerJulien Cristau <jcristau@debian.org>2008-06-10 17:37:30 +0200
commita1c78ce68c5f2106c38b6cb93a6b22420e1a80ab (patch)
tree67859599c111f476cd5b8f0e2cae4a7295a14a91
parent541c6194d986e7849ee9541a9fd60b0724647a44 (diff)
downloadxorg-lib-libXft-a1c78ce68c5f2106c38b6cb93a6b22420e1a80ab.tar.gz
Drop Requires, use Requires.private instead.
Users of libXft don't need to link with fontconfig, freetype and Xrender directly if they don't use them.
-rw-r--r--xft.pc.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/xft.pc.in b/xft.pc.in
index 7471c2b..91653ee 100644
--- a/xft.pc.in
+++ b/xft.pc.in
@@ -6,7 +6,6 @@ includedir=@includedir@
Name: Xft
Description: X FreeType library
Version: @VERSION@
-Requires: xproto, xrender, fontconfig, freetype2
-Requires.private: xrender, fontconfig, freetype2
+Requires.private: xproto, xrender, fontconfig, freetype2
Cflags: -I${includedir}
Libs: -L${libdir} -lXft