Config.in 760 B

12345678910111213141516171819
  1. config BR2_PACKAGE_XCB_UTIL_CURSOR
  2. bool "xcb-util-cursor"
  3. depends on BR2_PACKAGE_LIBXCB
  4. select BR2_PACKAGE_XCB_UTIL
  5. select BR2_PACKAGE_XCB_UTIL_IMAGE
  6. select BR2_PACKAGE_XCB_UTIL_RENDERUTIL
  7. help
  8. The XCB util modules provides a number of libraries which
  9. sit on top of libxcb, the core X protocol library, and some
  10. of the extension libraries. These experimental libraries
  11. provide convenience functions and interfaces which make the
  12. raw X protocol more usable. Some of the libraries also
  13. provide client-side code which is not strictly part of the X
  14. protocol but which have traditionally been provided by Xlib.
  15. XCB util-cursor module provides the following libraries:
  16. - cursor: port of libxcursor
  17. http://xcb.freedesktop.org/