From: Jeremy Huddleston Date: Wed, 3 Nov 2010 08:08:12 +0000 (-0700) Subject: fontconfig.pc.in: Add sysconfdir, localstatedir, and PACKAGE X-Git-Tag: root-2~43 X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=commitdiff_plain;h=039b9fd090cf3fcd279eeb8c786070a94993a8ba 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 --- 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@