mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2026-05-11 06:58:16 +02:00
Based on a patch by Vincent Torri. Changes from that patch: add Requires to the .pc.in files based on the <import>s in the extensions, add a .pc.in file for libXCBxtest, change Name and Description fields to match extension names.
11 lines
223 B
PkgConfig
11 lines
223 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: XCB Sync
|
|
Description: XCB Sync Extension
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: xcb
|
|
Libs: -L${libdir} -lXCBsync
|
|
Cflags: -I${includedir}
|