]> git.wh0rd.org - fontconfig.git/commitdiff
Libs.private needs freetype libraries
authorKeith Packard <keithp@keithp.com>
Sat, 24 May 2008 23:32:27 +0000 (16:32 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 24 May 2008 23:32:27 +0000 (16:32 -0700)
To make static linking work, fontconfig.pc needs @FREETYPE_LIBS@ in
Libs.private.

fontconfig.pc.in

index d7c02c739a5000ec13ce8b09f69a82084e6b3c79..e2f68989a4af33dc8b9b4f963d321a847e3efff5 100644 (file)
@@ -7,5 +7,5 @@ Name: Fontconfig
 Description: Font configuration and customization library
 Version: @VERSION@
 Libs: -L${libdir} -lfontconfig
-Libs.private: @EXPAT_LIBS@
+Libs.private: @EXPAT_LIBS@ @FREETYPE_LIBS@
 Cflags: -I${includedir}