The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / x11r7 / libxcb / Config.in
1 config BR2_PACKAGE_LIBXCB
2         bool "libxcb"
3         select BR2_PACKAGE_LIBPTHREAD_STUBS
4         select BR2_PACKAGE_XCB_PROTO
5         select BR2_PACKAGE_XLIB_LIBXDMCP
6         select BR2_PACKAGE_XLIB_LIBXAU
7         help
8           The X protocol C-language Binding (XCB) is a replacement for
9           Xlib featuring a small footprint, latency hiding, direct access
10           to the protocol, improved threading support, and extensibility.
11
12           http://xcb.freedesktop.org/