summaryrefslogtreecommitdiff
path: root/xv.pc.in
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-08-03 03:28:02 +0000
committerAdam Jackson <ajax@nwnk.net>2005-08-03 03:28:02 +0000
commitbc34a489531d1a71857a5d68e4c256d1dacb89ae (patch)
tree0f6776d0480cf20c4f2d59a6163c326e58be1c3c /xv.pc.in
parent45bb17c155ce80c817e29144e960b02596ed7214 (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 'xv.pc.in')
-rw-r--r--xv.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/xv.pc.in b/xv.pc.in
index 1bffa34..bf2788d 100644
--- a/xv.pc.in
+++ b/xv.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: Xv
Description: The Xv Library
Version: @PACKAGE_VERSION@
-Cflags: -I${includedir} @DEP_CFLAGS@
-Libs: -L${libdir} -lXv @DEP_LIBS@
+Cflags: -I${includedir} @XV_CFLAGS@
+Libs: -L${libdir} -lXv @XV_LIBS@