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

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