summaryrefslogtreecommitdiff
path: root/xft.pc.in
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:49 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:49 +0000
commitbcbcdcdb0f41b61351454db5032a514215f2f089 (patch)
tree49dc209013831657a1a9200e51f72434848e8151 /xft.pc.in
parent143f9e1b8d328ebc806067fb44809a8a8fd419e4 (diff)
downloadxorg-lib-libXft-bcbcdcdb0f41b61351454db5032a514215f2f089.tar.gz
Update pkgconfig files to separate library build-time dependencies fromXORG-6_8_99_903
application build-time dependencies, and update package deps to work with separate build roots.
Diffstat (limited to 'xft.pc.in')
-rw-r--r--xft.pc.in11
1 files changed, 4 insertions, 7 deletions
diff --git a/xft.pc.in b/xft.pc.in
index 4c1808b..7471c2b 100644
--- a/xft.pc.in
+++ b/xft.pc.in
@@ -2,14 +2,11 @@ prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-freetypelibs=@FREETYPE_LIBS@
-freetypecflags=@FREETYPE_CFLAGS@
-xrenderlibs=@XRENDER_LIBS@
-xrendercflags=@XRENDER_CFLAGS@
Name: Xft
Description: X FreeType library
Version: @VERSION@
-Requires: fontconfig
-Libs: -L${libdir} -lXft -lX11 ${freetypelibs} ${xrenderlibs}
-Cflags: -I${includedir} ${freetypecflags} ${xrendercflags}
+Requires: xproto, xrender, fontconfig, freetype2
+Requires.private: xrender, fontconfig, freetype2
+Cflags: -I${includedir}
+Libs: -L${libdir} -lXft