xref: /OK3568_Linux_fs/buildroot/package/x11r7/libxcb/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBXCB
2	bool "libxcb"
3	select BR2_PACKAGE_XCB_PROTO
4	select BR2_PACKAGE_XLIB_LIBXDMCP
5	select BR2_PACKAGE_XLIB_LIBXAU
6	help
7	  The X protocol C-language Binding (XCB) is a replacement for
8	  Xlib featuring a small footprint, latency hiding, direct
9	  access to the protocol, improved threading support, and
10	  extensibility.
11
12	  http://xcb.freedesktop.org/
13