1config BR2_PACKAGE_UNCLUTTER_XFIXES 2 bool "unclutter-xfixes" 3 depends on BR2_PACKAGE_XORG7 4 select BR2_PACKAGE_LIBEV 5 select BR2_PACKAGE_XLIB_LIBX11 6 select BR2_PACKAGE_XLIB_LIBXFIXES 7 select BR2_PACKAGE_XLIB_LIBXI 8 help 9 Remove idle cursor image from screen. 10 11 A rewrite of unclutter using the x11-xfixes extension. 12 13 https://github.com/Airblader/unclutter-xfixes 14