summaryrefslogtreecommitdiff
path: root/fontconfig.pc.in
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2010-11-03 01:08:12 -0700
committerJeremy Huddleston <jeremyhu@apple.com>2010-11-06 18:00:49 -0700
commit039b9fd090cf3fcd279eeb8c786070a94993a8ba (patch)
tree5dc84769b23f3e3459c88583ed9f8806b2182c5d /fontconfig.pc.in
parent81b542b50f82f8a0ad9f38f7d913fe5433631166 (diff)
downloadfontconfig-039b9fd090cf3fcd279eeb8c786070a94993a8ba.tar.gz
fontconfig.pc.in: Add sysconfdir, localstatedir, and PACKAGE
In the default case, cachedir and confdir will evaluate to something referencing these other variables (which wouldn't otherwise be defined in the pkg-config file. Fixes a regression introduced by 81b542b50f82f8a0ad9f38f7d913fe5433631166 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> Tested-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'fontconfig.pc.in')
-rw-r--r--fontconfig.pc.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/fontconfig.pc.in b/fontconfig.pc.in
index 9c86815..7d846a5 100644
--- a/fontconfig.pc.in
+++ b/fontconfig.pc.in
@@ -2,6 +2,9 @@ prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
+sysconfdir=@sysconfdir@
+localstatedir=@localstatedir@
+PACKAGE=@PACKAGE@
confdir=@confdir@
cachedir=@fc_cachedir@