mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2025-12-20 02:10:14 +01:00
Present version 1.4 introduces a dependency on DRI3 for the DRI3Syncobj protocol type. Signed-off-by: Erik Kurzinger <ekurzinger@nvidia.com>
11 lines
280 B
PkgConfig
11 lines
280 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: XCB Present
|
|
Description: XCB Present Extension
|
|
Version: @PACKAGE_VERSION@
|
|
Requires.private: xcb xcb-randr xcb-xfixes xcb-sync xcb-dri3
|
|
Libs: -L${libdir} -lxcb-present
|
|
Cflags: -I${includedir}
|