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 | bc34a489531d1a71857a5d68e4c256d1dacb89ae (patch) | |
tree | 0f6776d0480cf20c4f2d59a6163c326e58be1c3c /xv.pc.in | |
parent | 45bb17c155ce80c817e29144e960b02596ed7214 (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.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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@ |