mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb-errors.git
synced 2025-12-20 08:10:04 +01:00
12 lines
251 B
PkgConfig
12 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}
|