5e7d94e1d2a525cf4108020d8986bd92afde09ab
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / x11r7 / xcb-util-wm / Config.in
1 config BR2_PACKAGE_XCB_UTIL_WM
2         bool "xcb-util-wm"
3         select BR2_PACKAGE_LIBXCB
4         help
5           The XCB util modules provides a number of libraries which sit on top
6           of libxcb, the core X protocol library, and some of the extension
7           libraries. These experimental libraries provide convenience functions
8           and interfaces which make the raw X protocol more usable. Some of the
9           libraries also provide client-side code which is not strictly part of
10           the X protocol but which have traditionally been provided by Xlib.
11
12           XCB util-wm module provides the following libraries:
13             - ewmh: Both client and window-manager helpers for EWMH.
14             - icccm: Both client and window-manager helpers for ICCCM.
15
16           http://xcb.freedesktop.org/