1 | --- xft.pc.in.org 2006-12-07 11:17:19.000000000 +0100 |
---|
2 | +++ xft.pc.in 2003-05-01 02:49:20.000000000 +0200 |
---|
3 | @@ -2,11 +2,14 @@ |
---|
4 | exec_prefix=@exec_prefix@ |
---|
5 | libdir=@libdir@ |
---|
6 | includedir=@includedir@ |
---|
7 | +freetypelibs=@FREETYPE_LIBS@ |
---|
8 | +freetypecflags=@FREETYPE_CFLAGS@ |
---|
9 | +xrenderlibs=@XRENDER_LIBS@ |
---|
10 | +xrendercflags=@XRENDER_CFLAGS@ |
---|
11 | |
---|
12 | Name: Xft |
---|
13 | Description: X FreeType library |
---|
14 | Version: @VERSION@ |
---|
15 | -Requires: xproto, xrender, fontconfig, freetype2 |
---|
16 | -Requires.private: xrender, fontconfig, freetype2 |
---|
17 | -Cflags: -I${includedir} |
---|
18 | -Libs: -L${libdir} -lXft |
---|
19 | +Requires: fontconfig |
---|
20 | +Libs: -L${libdir} -lXft -lX11 ${freetypelibs} ${xrenderlibs} |
---|
21 | +Cflags: -I${includedir} ${freetypecflags} ${xrendercflags} |
---|