summaryrefslogtreecommitdiffstats
path: root/rules/libxcb.in
blob: 6201f81b719470b1d1b467acbecf2945327fc887 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
menuconfig LIBXCB
	tristate
	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
	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.