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