1 config BR2_PACKAGE_XCB_UTIL_KEYSYMS
2 bool "xcb-util-keysyms"
3 select BR2_PACKAGE_LIBXCB
5 The XCB util modules provides a number of libraries which sit on top
6 of libxcb, the core X protocol library, and some of the extension
7 libraries. These experimental libraries provide convenience functions
8 and interfaces which make the raw X protocol more usable. Some of the
9 libraries also provide client-side code which is not strictly part of
10 the X protocol but which have traditionally been provided by Xlib.
12 XCB util-keysyms module provides the following library: keysyms:
13 Standard X key constants and conversion to/from keycodes.
15 http://xcb.freedesktop.org/