summaryrefslogtreecommitdiff
path: root/fontconfig.pc.in
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2008-05-24 16:32:27 -0700
committerKeith Packard <keithp@keithp.com>2008-05-24 16:32:27 -0700
commite91e7efd7b0e0ca6f9f2e718541f99331447b40a (patch)
tree1b994e171eb39b626debc53cf42dfb946686d7e6 /fontconfig.pc.in
parentad3fc667914d19435ade56adc8afe584d5605d10 (diff)
Libs.private needs freetype libraries
To make static linking work, fontconfig.pc needs @FREETYPE_LIBS@ in Libs.private.
Diffstat (limited to 'fontconfig.pc.in')
-rw-r--r--fontconfig.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fontconfig.pc.in b/fontconfig.pc.in
index d7c02c73..e2f68989 100644
--- a/fontconfig.pc.in
+++ b/fontconfig.pc.in
@@ -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}