summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-21 22:00:33 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-27 23:21:09 -0700
commit8751e341bcc29952b4603e18767ab994653c6b01 (patch)
treeee7a13db69954b2e60e9bdf7eaee40b2b27a7e6c
parentca575f9c9cbb11b122e676424a93da3eb0284be5 (diff)
downloadxorg-lib-libXft-8751e341bcc29952b4603e18767ab994653c6b01.tar.gz
xft.pc.in: Requires.private entries should not be duplicated in Requires
Users of libXft don't need to link with fontconfig, freetype and Xrender directly if they don't use them. This may cause issues for users of pkg-config versions older than 0.22. Please upgrade to the 2007 version of pkg-config before trying to build the 2010 version of libXft. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--xft.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/xft.pc.in b/xft.pc.in
index 7471c2b..68d1089 100644
--- a/xft.pc.in
+++ b/xft.pc.in
@@ -6,7 +6,7 @@ includedir=@includedir@
Name: Xft
Description: X FreeType library
Version: @VERSION@
-Requires: xproto, xrender, fontconfig, freetype2
+Requires: xproto
Requires.private: xrender, fontconfig, freetype2
Cflags: -I${includedir}
Libs: -L${libdir} -lXft