diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-21 22:00:33 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-27 23:21:09 -0700 |
commit | 8751e341bcc29952b4603e18767ab994653c6b01 (patch) | |
tree | ee7a13db69954b2e60e9bdf7eaee40b2b27a7e6c | |
parent | ca575f9c9cbb11b122e676424a93da3eb0284be5 (diff) |
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.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |