summaryrefslogtreecommitdiff
path: root/xcursor.pc.in
blob: dd943c818c8e856a977dafca8c1821cdd44b32bf (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: Xcursor
Description: X Cursor Library
Version: @VERSION@
Requires: xrender
Cflags: -I${includedir} @DEP_CFLAGS@
Libs: -L${libdir} -lXcursor @DEP_LIBS@