summaryrefslogtreecommitdiffstats
path: root/rules/libxcb.in
blob: 1131b5753815a64c62adc80c1d53bf18449ae504 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## SECTION=multimedia_xorg_lib

config 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.