mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2026-04-18 16:40:39 +02:00
Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-By: Uli Schlachter <psychon@znc.in>
11 lines
233 B
PkgConfig
11 lines
233 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: XCB Present
|
|
Description: XCB Present Extension
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: xcb
|
|
Libs: -L${libdir} -lxcb-present
|
|
Cflags: -I${includedir}
|