]> git.wh0rd.org - fontconfig.git/commitdiff
Bug 22154 -- fontconfig.pc doesn't include libxml2 link flags
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 11 Jun 2009 11:08:10 +0000 (07:08 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 24 Jun 2009 17:52:14 +0000 (13:52 -0400)
fontconfig.pc.in

index 6d95f64f95abdf4968cb973cad8e2ad9ae489075..db55f6e14eeb373310c8883c3d3fb702ad9c7e17 100644 (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@ @ICONV_LIBS@
+Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ @FREETYPE_LIBS@ @ICONV_LIBS@
 Cflags: -I${includedir}