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-renderutil / Config.in
1 config BR2_PACKAGE_XCB_UTIL_RENDERUTIL
2         bool "xcb-util-renderutil"
3         select BR2_PACKAGE_XCB_UTIL
4         depends on BR2_PACKAGE_LIBXCB # xcb-util
5         help
6           The XCB util modules provides a number of libraries which
7           sit on top of libxcb, the core X protocol library, and some
8           of the extension libraries. These experimental libraries
9           provide convenience functions and interfaces which make the
10           raw X protocol more usable. Some of the libraries also
11           provide client-side code which is not strictly part of the X
12           protocol but which have traditionally been provided by Xlib.
13
14           XCB util-renderutil module provides the following library:
15             - renderutil: Convenience functions for the Render
16               extension.
17
18           http://xcb.freedesktop.org/