From 6578854789201d229f20ae560d4b7051e9402c84 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 3 Aug 2005 03:28:02 +0000 Subject: Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with a global configure cache don't get confused. --- xtst.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xtst.pc.in') diff --git a/xtst.pc.in b/xtst.pc.in index cded463..d429bdd 100644 --- a/xtst.pc.in +++ b/xtst.pc.in @@ -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@ -- cgit v1.2.1