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:
parent
1741499e23
commit
ab2cb932b2
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue