xorg-libx11/x11-xcb.pc.in
Josh Triplett e754b3b078 Split public Xlib/XCB functions into libX11-xcb
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>
2006-10-05 17:44:22 -07:00

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