From 4306b9835f9015c38f8d5ec19526c8555a1b84cf 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. --- xinerama.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xinerama.pc.in') diff --git a/xinerama.pc.in b/xinerama.pc.in index 3d12859..5fe10fd 100644 --- a/xinerama.pc.in +++ b/xinerama.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: Xinerama Description: The Xinerama Library Version: @PACKAGE_VERSION@ -Cflags: -I${includedir} @DEP_CFLAGS@ -Libs: -L${libdir} -lXinerama @DEP_LIBS@ +Cflags: -I${includedir} @XINERAMA_CFLAGS@ +Libs: -L${libdir} -lXinerama @XINERAMA_LIBS@ -- cgit v1.2.3