2013-03-09 06:33:45 -07:00
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
libdir=@libdir@
|
|
|
|
includedir=@includedir@
|
|
|
|
sysconfdir=@sysconfdir@
|
|
|
|
localstatedir=@localstatedir@
|
|
|
|
PACKAGE=@PACKAGE@
|
2014-05-18 04:33:03 -06:00
|
|
|
confdir=@BASECONFIGDIR@
|
2013-03-09 06:33:45 -07:00
|
|
|
cachedir=@fc_cachedir@
|
|
|
|
|
|
|
|
Name: Fontconfig
|
|
|
|
Description: Font configuration and customization library
|
|
|
|
Version: @VERSION@
|
2014-05-18 04:33:03 -06:00
|
|
|
Requires: @PKGCONFIG_REQUIRES@
|
|
|
|
Requires.private: @PKGCONFIG_REQUIRES_PRIVATELY@
|
2013-03-09 06:33:45 -07:00
|
|
|
Libs: -L${libdir} -lfontconfig
|
2014-05-18 04:33:03 -06:00
|
|
|
Libs.private: @EXPAT_LIBS@ @FREETYPE_LIBS@ @ICONV_LIBS@ @LIBXML2_LIBS@
|
|
|
|
Cflags: -I${includedir} @EXPAT_CFLAGS@ @FREETYPE_CFLAGS@ @ICONV_CFLAGS@ @LIBXML2_CFLAGS@
|