xref: /OK3568_Linux_fs/buildroot/package/x11r7/xcb-util-wm/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
6	  sit on top of libxcb, the core X protocol library, and some
7	  of the extension libraries. These experimental libraries
8	  provide convenience functions and interfaces which make the
9	  raw X protocol more usable. Some of the libraries also
10	  provide client-side code which is not strictly part of the X
11	  protocol but which have traditionally been provided by Xlib.
12
13	  XCB util-wm module provides the following libraries:
14	    - ewmh: Both client and window-manager helpers for EWMH.
15	    - icccm: Both client and window-manager helpers for ICCCM.
16
17	  http://xcb.freedesktop.org/
18