From 039b9fd090cf3fcd279eeb8c786070a94993a8ba Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Wed, 3 Nov 2010 01:08:12 -0700 Subject: [PATCH] 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 Tested-by: Jon TURNEY --- fontconfig.pc.in | 3 +++ 1 file changed, 3 insertions(+) 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@ -- 2.39.2