summaryrefslogtreecommitdiff
path: root/xcursor.pc.in
diff options
context:
space:
mode:
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@