Config.in 405 B

1234567891011121314
  1. config BR2_PACKAGE_LIBXCB
  2. bool "libxcb"
  3. select BR2_PACKAGE_PTHREAD_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. http://xcb.freedesktop.org/