mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2025-12-20 02:20:17 +01:00
We can never change the libX11 soname, and we don't want to commit to never changing the public Xlib/XCB functions, so split them into a separate library libX11-xcb. This also means that a program linked solely against libX11 should work with either Xlib or Xlib/XCB, which will make life easier for package maintainers. Signed-off-by: Josh Triplett <josh@freedesktop.org> Acked-by: Jamey Sharp <jamey@minilop.net>
11 lines
231 B
PkgConfig
11 lines
231 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: X11 XCB
|
|
Description: X Library XCB interface
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: x11 xcb
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lX11-xcb
|