Bug 22154 -- fontconfig.pc doesn't include libxml2 link flags

This commit is contained in:
Behdad Esfahbod 2009-06-11 07:08:10 -04:00
parent 3164ac7622
commit b65fa0c311
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ Name: Fontconfig
Description: Font configuration and customization library
Version: @VERSION@
Libs: -L${libdir} -lfontconfig
Libs.private: @EXPAT_LIBS@ @FREETYPE_LIBS@ @ICONV_LIBS@
Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ @FREETYPE_LIBS@ @ICONV_LIBS@
Cflags: -I${includedir}