1config BR2_PACKAGE_GPM 2 bool "gpm" 3 depends on !BR2_STATIC_LIBS 4 depends on BR2_USE_MMU # fork() 5 help 6 "gpm" means general purpose mouse (server) and provides mouse 7 support for Linux virtual consoles. 8 gpm-root (to draw menus in current virtual console; config 9 file in /etc/gpm-root.conf) and disable-paste (to disable 10 paste buffer for security reasons), will also be installed. 11 12 http://www.nico.schottelius.org/software/gpm/ 13 14if BR2_PACKAGE_GPM 15 16config BR2_PACKAGE_GPM_INSTALL_TEST_TOOLS 17 bool "install test tools" 18 help 19 Install gpm test tools (get-versions, mev, hltest, mouse-test, 20 display-buttons & display-coords). 21 22endif 23 24comment "gpm mouse server needs a toolchain w/ dynamic library" 25 depends on BR2_STATIC_LIBS 26 depends on BR2_USE_MMU 27