summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@neko.keithp.com>2006-09-01 12:26:15 -0700
committerKeith Packard <keithp@neko.keithp.com>2006-09-01 12:26:15 -0700
commitab2cb932b25af20896c08f4641dfa696ed651418 (patch)
treeff75d92edbb7c44b1c59f93caec0abb646dab2fb
parent1741499e2387f0c1e692801a1ef3c6ce5d043f9f (diff)
downloadfontconfig-ab2cb932b25af20896c08f4641dfa696ed651418.tar.gz
Add @EXPAT_LIBS@ to Libs.private in fontconfig.pc (bug 7683)
Linking against fontconfig requires expat on systems without chained shared library dependencies.
-rw-r--r--fontconfig.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/fontconfig.pc.in b/fontconfig.pc.in
index 8f599c1..d7c02c7 100644
--- a/fontconfig.pc.in
+++ b/fontconfig.pc.in
@@ -7,4 +7,5 @@ Name: Fontconfig
Description: Font configuration and customization library
Version: @VERSION@
Libs: -L${libdir} -lfontconfig
+Libs.private: @EXPAT_LIBS@
Cflags: -I${includedir}