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