summaryrefslogtreecommitdiff
path: root/xcursor.pc.in
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-08-03 03:28:01 +0000
committerAdam Jackson <ajax@nwnk.net>2005-08-03 03:28:01 +0000
commit7a5e36017905a3b7fe70362dc9712654c816c6a5 (patch)
treee9b8a4aa88b321b2fb14da856e68e9aacd229dd2 /xcursor.pc.in
parentaf4b88bba232af55484e8b82ce8abab6013e985e (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 'xcursor.pc.in')
-rw-r--r--xcursor.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/xcursor.pc.in b/xcursor.pc.in
index dd943c8..f3cadf0 100644
--- a/xcursor.pc.in
+++ b/xcursor.pc.in
@@ -7,5 +7,5 @@ Name: Xcursor
Description: X Cursor Library
Version: @VERSION@
Requires: xrender
-Cflags: -I${includedir} @DEP_CFLAGS@
-Libs: -L${libdir} -lXcursor @DEP_LIBS@
+Cflags: -I${includedir} @XCURSOR_CFLAGS@
+Libs: -L${libdir} -lXcursor @XCURSOR_LIBS@