blob: f55bed3b132ae2b322e47b867692c46057ee1b6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
datarootdir=@datarootdir@
icondir=@ICONDIR@
Name: Xcursor
Description: X Cursor Library
Version: @VERSION@
Requires: xproto
Requires.private: x11 xrender xfixes
Cflags: -I${includedir}
Libs: -L${libdir} -lXcursor
|