Add ICONV_LIBS to fontconfig.pc.in (#19606)

This commit is contained in:
Behdad Esfahbod 2009-02-03 17:15:52 -05:00
parent 10609af4aa
commit c4d557ab90
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@
Libs.private: @EXPAT_LIBS@ @FREETYPE_LIBS@ @ICONV_LIBS@
Cflags: -I${includedir}