blob: 8da83ad8ba4beb537085c0756ce9eac115918de2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: xkbfile
Description: The xkbfile Library
Version: @PACKAGE_VERSION@
Cflags: -I${includedir} @XKBFILE_CFLAGS@
Libs: -L${libdir} -lxkbfile @XKBFILE_LIBS@
|