2007-08-10 21:07:51 +02:00
|
|
|
config BR2_PACKAGE_LIBXCB
|
|
|
|
bool "libxcb"
|
2014-03-01 16:41:10 +01:00
|
|
|
select BR2_PACKAGE_LIBPTHREAD_STUBS
|
2007-08-10 21:07:51 +02:00
|
|
|
select BR2_PACKAGE_XCB_PROTO
|
|
|
|
select BR2_PACKAGE_XLIB_LIBXDMCP
|
|
|
|
select BR2_PACKAGE_XLIB_LIBXAU
|
|
|
|
help
|
2012-01-29 20:03:13 +01:00
|
|
|
The X protocol C-language Binding (XCB) is a replacement for
|
|
|
|
Xlib featuring a small footprint, latency hiding, direct access
|
|
|
|
to the protocol, improved threading support, and extensibility.
|
2007-08-10 21:07:51 +02:00
|
|
|
|
2012-01-29 20:03:13 +01:00
|
|
|
http://xcb.freedesktop.org/
|