xref: /OK3568_Linux_fs/buildroot/package/unclutter-xfixes/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_UNCLUTTER_XFIXES
2*4882a593Smuzhiyun	bool "unclutter-xfixes"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_XORG7
4*4882a593Smuzhiyun	select BR2_PACKAGE_LIBEV
5*4882a593Smuzhiyun	select BR2_PACKAGE_XLIB_LIBX11
6*4882a593Smuzhiyun	select BR2_PACKAGE_XLIB_LIBXFIXES
7*4882a593Smuzhiyun	select BR2_PACKAGE_XLIB_LIBXI
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  Remove idle cursor image from screen.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  A rewrite of unclutter using the x11-xfixes extension.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  https://github.com/Airblader/unclutter-xfixes
14