1config BR2_PACKAGE_XDOTOOL 2 bool "xdotool" 3 depends on BR2_PACKAGE_XORG7 4 depends on BR2_USE_MMU # fork() 5 select BR2_PACKAGE_XLIB_LIBXTST 6 select BR2_PACKAGE_XLIB_LIBXINERAMA 7 select BR2_PACKAGE_LIBXKBCOMMON 8 select BR2_PACKAGE_XLIB_LIBX11 9 help 10 Command-line X11 automation tool 11 12 http://www.semicomplete.com/projects/xdotool 13