1 config BR2_PACKAGE_XCB_UTIL_CURSOR
3 select BR2_PACKAGE_XCB_UTIL
4 select BR2_PACKAGE_XCB_UTIL_IMAGE
5 select BR2_PACKAGE_XCB_UTIL_RENDERUTIL
6 depends on BR2_PACKAGE_LIBXCB
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.
16 XCB util-cursor module provides the following libraries:
17 - cursor: port of libxcursor
19 http://xcb.freedesktop.org/