32569f7918e6d080924bcbf9211ff3b7cef060e1
[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/