diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-06-08 19:15:43 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-06-08 19:15:43 +0000 |
commit | 4070c0af6c7bfe12218181d56e8e3cbb86006d27 (patch) | |
tree | 6485bb3214311231d0fd668281a9136b5766fa5f /xcursor.pc.in | |
parent | 50911b052ce90d41cd0ae71f83352ffa45e7c0a4 (diff) |
- Add Xcursor build system
Diffstat (limited to 'xcursor.pc.in')
-rw-r--r-- | xcursor.pc.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/xcursor.pc.in b/xcursor.pc.in new file mode 100644 index 0000000..c39fce7 --- /dev/null +++ b/xcursor.pc.in @@ -0,0 +1,15 @@ +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} |