]> git.wh0rd.org - fontconfig.git/commitdiff
Add ICONV_LIBS to fontconfig.pc.in (#19606)
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 3 Feb 2009 22:15:52 +0000 (17:15 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Sun, 15 Feb 2009 21:40:23 +0000 (13:40 -0800)
fontconfig.pc.in

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