Add @EXPAT_LIBS@ to Libs.private in fontconfig.pc (bug 7683)

Linking against fontconfig requires expat on systems without chained shared
library dependencies.
This commit is contained in:
Keith Packard 2006-09-01 12:26:15 -07:00
parent 1741499e23
commit ab2cb932b2
1 changed files with 1 additions and 0 deletions

View File

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