Libs.private needs freetype libraries
To make static linking work, fontconfig.pc needs @FREETYPE_LIBS@ in Libs.private.
This commit is contained in:
parent
ad3fc66791
commit
e91e7efd7b
|
@ -7,5 +7,5 @@ Name: Fontconfig
|
||||||
Description: Font configuration and customization library
|
Description: Font configuration and customization library
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Libs: -L${libdir} -lfontconfig
|
Libs: -L${libdir} -lfontconfig
|
||||||
Libs.private: @EXPAT_LIBS@
|
Libs.private: @EXPAT_LIBS@ @FREETYPE_LIBS@
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
Loading…
Reference in New Issue