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

config LIBXCB
	tristate
	prompt "libxcb"
	select XCB_PROTO
	select LIBPTHREAD_STUBS
	select XORG_LIB_XAU
	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.