blob: bfe1cc8cbb94ce3770189e95d2bcbff67019db5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libFS
Description: Library Interface to the X Font Server
Version: @PACKAGE_VERSION@
Requires: xproto fontsproto
Cflags: -I${includedir}
Libs: -L${libdir} -lFS
|