Config.in 692 B

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