xorg-libxcb-errors/xcb-errors.pc.in
Uli Schlachter 5f13d59080 Add xcb-proto version to xcb-errors.pc
Signed-off-by: Uli Schlachter <psychon@znc.in>
2015-04-06 16:37:22 +02:00

12 lines
287 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
xcbproto_version=@XCBPROTO_VERSION@
Name: XCB errors library
Description: XCB errors utility library
Version: @PACKAGE_VERSION@
Requires: xcb
Libs: -L${libdir} -lxcb-errors @LIBS@
Cflags: -I${includedir}