mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-10 19:28:58 +00:00
12 lines
243 B
PkgConfig
12 lines
243 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: XCB Event library
|
|
Description: XCB event callback interface
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: xcb
|
|
Libs: -L${libdir} -lxcb-util
|
|
Cflags: -I${includedir}
|