xorg-libxcursor/xcursor.pc.in
Kevin E Martin 328e88110f Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps to work
    with separate build roots.
2005-11-19 07:15:41 +00:00

12 lines
252 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: Xcursor
Description: X Cursor Library
Version: @VERSION@
Requires: xproto
Requires.private: x11 xrender xfixes
Cflags: -I${includedir}
Libs: -L${libdir} -lXcursor