From e937da932f616015befffbf3340b1f3c4a34dc1f Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 3 Aug 2005 03:28:01 +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. --- xcomposite.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xcomposite.pc.in') diff --git a/xcomposite.pc.in b/xcomposite.pc.in index 2e51c29..0f63312 100644 --- a/xcomposite.pc.in +++ b/xcomposite.pc.in @@ -6,5 +6,5 @@ includedir=@includedir@ Name: Xcomposite Description: X Composite Library Version: @PACKAGE_VERSION@ -Cflags: -I${includedir} @DEP_CFLAGS@ -Libs: -L${libdir} -lXcomposite @DEP_LIBS@ +Cflags: -I${includedir} @XCOMPOSITE_CFLAGS@ +Libs: -L${libdir} -lXcomposite @XCOMPOSITE_LIBS@ -- cgit v1.2.1