mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb-errors.git
synced 2025-12-20 04:40:02 +01:00
This is based on util-cursor's build system and libxcb/configure.ac for finding xcb-proto's XML files. Signed-off-by: Uli Schlachter <uli.schlachter@informatik.uni-oldenburg.de>
11 lines
251 B
PkgConfig
11 lines
251 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: XCB errors library
|
|
Description: XCB errors utility library
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: xcb
|
|
Libs: -L${libdir} -lxcb-errors @LIBS@
|
|
Cflags: -I${includedir}
|