]> git.wh0rd.org - fontconfig.git/commitdiff
fontconfig.pc.in: Add sysconfdir, localstatedir, and PACKAGE
authorJeremy Huddleston <jeremyhu@apple.com>
Wed, 3 Nov 2010 08:08:12 +0000 (01:08 -0700)
committerJeremy Huddleston <jeremyhu@apple.com>
Sun, 7 Nov 2010 01:00:49 +0000 (18:00 -0700)
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>
fontconfig.pc.in

index 9c86815a7c83f8fee50a2203e0463959dc83334a..7d846a533adb9ff58b5a949fd9288b0381c8ea35 100644 (file)
@@ -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@