xref: /OK3568_Linux_fs/buildroot/package/x11r7/xcb-util-cursor/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
16	  XCB util-cursor module provides the following libraries:
17	    - cursor: port of libxcursor
18
19	  http://xcb.freedesktop.org/
20