diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-08-03 03:28:02 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-08-03 03:28:02 +0000 |
commit | 6578854789201d229f20ae560d4b7051e9402c84 (patch) | |
tree | cab38091376f307cedc18c537b1a72fa6a2f6a0b /xtst.pc.in | |
parent | aa10e9ef0425286da35fb3312dd6df31066c627a (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 'xtst.pc.in')
-rw-r--r-- | xtst.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,6 +6,6 @@ includedir=@includedir@ Name: Xtst Description: The Xtst Library Version: @PACKAGE_VERSION@ -Cflags: -I${includedir} @DEP_CFLAGS@ -Libs: -L${libdir} -lXtst @DEP_LIBS@ +Cflags: -I${includedir} @XTST_CFLAGS@ +Libs: -L${libdir} -lXtst @XTST_LIBS@ |