xkb: added pkg config file

This commit is contained in:
Christoph Reimann 2010-07-13 20:08:51 +02:00
parent 86704124b1
commit d003145609

11
xcb-xkb.pc.in Normal file
View File

@ -0,0 +1,11 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: XCB XKB
Description: XCB Keyboard Extension (EXPERIMENTAL)
Version: @PACKAGE_VERSION@
Requires: xcb
Libs: -L${libdir} -lxcb-xinput
Cflags: -I${includedir}