Bug 22154 -- fontconfig.pc doesn't include libxml2 link flags
This commit is contained in:
parent
3164ac7622
commit
b65fa0c311
|
@ -7,5 +7,5 @@ Name: Fontconfig
|
|||
Description: Font configuration and customization library
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lfontconfig
|
||||
Libs.private: @EXPAT_LIBS@ @FREETYPE_LIBS@ @ICONV_LIBS@
|
||||
Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ @FREETYPE_LIBS@ @ICONV_LIBS@
|
||||
Cflags: -I${includedir}
|
||||
|
|
Loading…
Reference in New Issue