summaryrefslogtreecommitdiffstats
path: root/rules/libxcb.in
blob: 6b7b38291f3d1d6d08c33a85a4a358572509cf64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
menuconfig LIBXCB
	bool
	prompt "libxcb"
	select XCB_PROTO
	select LIBPTHREAD_STUBS
	select XORG_LIB_XAU
# configure tries to autodetect XDMCP support.
# Is the line below the correct solution for this behavior?
	select XORG_LIB_XDMCP if XORG_SERVER_EXT_XDMCP
	select HOST_LIBXSLT
	select HOST_LIBXSLT_XSLTPROC
	help
	  The X protocol C-language Binding (XCB) is a replacement for Xlib
	  featuring a small footprint, latency hiding, direct access to the
	  protocol, improved threading support, and extensibility.