summaryrefslogtreecommitdiff
path: root/xcursor.pc.in
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-07-08 05:02:01 +0000
committerKeith Packard <keithp@keithp.com>2005-07-08 05:02:01 +0000
commitb5a724c201e0881fcb22738560597e333c39ba12 (patch)
treeaffcc79b2c61bd7cffa1d30861395885a6807c1b /xcursor.pc.in
parent45b0f06f132347e5eaabbc5ff294bc9016de75dd (diff)
Make sure XFIXES appears in LIBS line, fix up other pkg-config usage.
Diffstat (limited to 'xcursor.pc.in')
-rw-r--r--xcursor.pc.in8
1 files changed, 2 insertions, 6 deletions
diff --git a/xcursor.pc.in b/xcursor.pc.in
index c39fce7..dd943c8 100644
--- a/xcursor.pc.in
+++ b/xcursor.pc.in
@@ -2,14 +2,10 @@ prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-xrenderlibs=@XRENDER_LIBS@
-xrendercflags=@XRENDER_CFLAGS@
-xlibs=@X_LIBS@
-xcflags=@X_CFLAGS@
Name: Xcursor
Description: X Cursor Library
Version: @VERSION@
Requires: xrender
-Cflags: -I${includedir} ${xrendercflags} ${xcflags}
-Libs: -L${libdir} -lXcursor ${xrenderlibs} ${xlibs}
+Cflags: -I${includedir} @DEP_CFLAGS@
+Libs: -L${libdir} -lXcursor @DEP_LIBS@