xft.pc.in   [plain text]


prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
hardcode_libdir_flag_spec=@hardcode_libdir_flag_spec@
includedir=@includedir@
freetypelibs=@FREETYPE_LIBS@
freetypecflags=@FREETYPE_CFLAGS@
xrenderlibs=@XRENDER_LIBS@
xrendercflags=@XRENDER_CFLAGS@

Name: Xft
Description: X FreeType library
Version: @PACKAGE_VERSION@
Requires: fontconfig
Libs: ${hardcode_libdir_flag_spec} -L${libdir} -lXft ${freetypelibs} ${xrenderlibs}
Cflags: -I${includedir} ${freetypecflags} ${xrendercflags}