mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2026-05-18 02:18:08 +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
229 B
PkgConfig
11 lines
229 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: XCB Render
|
|
Description: XCB Render Extension
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: xcb
|
|
Libs: -L${libdir} -lXCBrender
|
|
Cflags: -I${includedir}
|