mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2026-06-02 10:58:26 +02:00
We don't want to have to change the libxcb soname if we later manage to remove the Xlib compatibility functions, and nothing except Xlib should ever use them, so split them into a separate library.
11 lines
232 B
PkgConfig
11 lines
232 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: XCB Xlib
|
|
Description: XCB Xlib support functions
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: xcb
|
|
Libs: -L${libdir} -lxcb-xlib
|
|
Cflags: -I${includedir}
|