xref: /OK3568_Linux_fs/buildroot/package/wmctrl/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_WMCTRL
2*4882a593Smuzhiyun	bool "wmctrl"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_XORG7
4*4882a593Smuzhiyun	depends on BR2_USE_WCHAR # libglib2
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
6*4882a593Smuzhiyun	depends on BR2_USE_MMU # libglib2
7*4882a593Smuzhiyun	select BR2_PACKAGE_XLIB_LIBX11
8*4882a593Smuzhiyun	select BR2_PACKAGE_XLIB_LIBXMU
9*4882a593Smuzhiyun	select BR2_PACKAGE_LIBGLIB2
10*4882a593Smuzhiyun	help
11*4882a593Smuzhiyun	  Provides command line access to almost all the features
12*4882a593Smuzhiyun	  defined in the EWMH specification. It can be used, for
13*4882a593Smuzhiyun	  example, to get information about the window manager, to get
14*4882a593Smuzhiyun	  a detailed list of desktops and managed windows, to switch
15*4882a593Smuzhiyun	  and resize desktops, to make windows full-screen,
16*4882a593Smuzhiyun	  always-above or sticky, and to activate, close, move,
17*4882a593Smuzhiyun	  resize, maximize and minimize them.
18*4882a593Smuzhiyun
19*4882a593Smuzhiyun	  https://sites.google.com/site/tstyblo/wmctrl/
20*4882a593Smuzhiyun
21*4882a593Smuzhiyuncomment "wmctrl needs a toolchain w/ wchar, threads"
22*4882a593Smuzhiyun	depends on BR2_USE_MMU
23*4882a593Smuzhiyun	depends on BR2_PACKAGE_XORG7
24*4882a593Smuzhiyun	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
25