[Fontconfig] fontconfig: Branch 'master'

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Sat Nov 6 18:01:27 PDT 2010


 fontconfig.pc.in |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 039b9fd090cf3fcd279eeb8c786070a94993a8ba
Author: Jeremy Huddleston <jeremyhu at apple.com>
Date:   Wed Nov 3 01:08:12 2010 -0700

    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 at apple.com>
    Tested-by: Jon TURNEY <jon.turney at dronecode.org.uk>

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@
 


More information about the Fontconfig mailing list