Use pthread-stubs as needed, and list xdmcp in Requires.private when XCB is built...
[free-sw/xcb/libxcb] / xcb.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: XCB
7 Description: X-protocol C Binding
8 Version: @PACKAGE_VERSION@
9 Requires.private: @NEEDED@
10 Libs: -L${libdir} -lxcb
11 Libs.private: @LIBS@
12 Cflags: -I${includedir}