diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-08-03 03:28:03 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-08-03 03:28:03 +0000 |
commit | 49e4c36c1bf2ccc3af576c489abf76bea4bf64b1 (patch) | |
tree | 29385d1bc12c8e73ea5766ac4e6b89aa38e41fdb /fontenc.pc.in | |
parent | 8a6fb4344eb5c13198125996e43a0898a19818f8 (diff) |
Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with
a global configure cache don't get confused.
Diffstat (limited to 'fontenc.pc.in')
-rw-r--r-- | fontenc.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fontenc.pc.in b/fontenc.pc.in index c5c149d..b23e406 100644 --- a/fontenc.pc.in +++ b/fontenc.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: fontenc Description: The fontenc Library Version: @PACKAGE_VERSION@ -Cflags: -I${includedir} @DEP_CFLAGS@ -Libs: -L${libdir} -lfontenc @DEP_LIBS@ +Cflags: -I${includedir} @FONTENC_CFLAGS@ +Libs: -L${libdir} -lfontenc @FONTENC_LIBS@ |