12 lines
249 B
PkgConfig
12 lines
249 B
PkgConfig
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
|