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