Libs.private needs freetype libraries

To make static linking work, fontconfig.pc needs @FREETYPE_LIBS@ in
Libs.private.
This commit is contained in:
Keith Packard 2008-05-24 16:32:27 -07:00
parent ad3fc66791
commit e91e7efd7b
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@
Libs.private: @EXPAT_LIBS@ @FREETYPE_LIBS@
Cflags: -I${includedir}