The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / x11r7 / xcb-util-cursor / Config.in
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.
15
16           XCB util-cursor module provides the following libraries:
17             - cursor: port of libxcursor
18
19           http://xcb.freedesktop.org/