diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-08-03 03:28:01 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-08-03 03:28:01 +0000 |
commit | 7a5e36017905a3b7fe70362dc9712654c816c6a5 (patch) | |
tree | e9b8a4aa88b321b2fb14da856e68e9aacd229dd2 /xcursor.pc.in | |
parent | af4b88bba232af55484e8b82ce8abab6013e985e (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.in | 4 |
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@ |