summaryrefslogtreecommitdiffstats
path: root/rules/xcb-proto.in
blob: 8eaf550f2f799556c1d723c251ab36e6e2c11da9 (plain)
1
2
3
4
5
6
7
8
9
## SECTION=multimedia_xorg_proto

config XCB_PROTO
	tristate
	select HOST_SYSTEM_PYTHON3
	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.