1
2
3
4
5
6
7
8
9
10
11
12
| prefix=@prefix@
| exec_prefix=@exec_prefix@
| libdir=@libdir@
| includedir=@includedir@
|
| Name: xkbcommon-x11
| Description: XKB API common to servers and clients - X11 support
| Version: @PACKAGE_VERSION@
| Requires: xkbcommon
| Requires.private: xcb xcb-xkb
| Cflags: -I${includedir}
| Libs: -L${libdir} -lxkbcommon-x11
|
|