diff options
Diffstat (limited to 'nx-X11/lib/Xcursor/xcursor.pc.in')
-rw-r--r-- | nx-X11/lib/Xcursor/xcursor.pc.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/nx-X11/lib/Xcursor/xcursor.pc.in b/nx-X11/lib/Xcursor/xcursor.pc.in new file mode 100644 index 000000000..c39fce712 --- /dev/null +++ b/nx-X11/lib/Xcursor/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} |