diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:49 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:49 +0000 |
commit | bcbcdcdb0f41b61351454db5032a514215f2f089 (patch) | |
tree | 49dc209013831657a1a9200e51f72434848e8151 | |
parent | 143f9e1b8d328ebc806067fb44809a8a8fd419e4 (diff) |
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.
-rw-r--r-- | xft.pc.in | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -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 |