python-werkzeug: bump to version 0.11.15
[buildroot-gz.git] / package / x11r7 / xcb-util-cursor / Config.in
blobca304941b7200d289ab061ebb5fec4c3a07cd45f
1 config BR2_PACKAGE_XCB_UTIL_CURSOR
2         bool "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
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.
16           XCB util-cursor module provides the following libraries:
17             - cursor: port of libxcursor
19           http://xcb.freedesktop.org/