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 d7c02c7..e2f6898 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}