The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / gpm / Config.in
1 config 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 support
7           for Linux virtual consoles.
8           gpm-root (to draw menus in current virtual console; config file in
9           /etc/gpm-root.conf) and disable-paste (to disable paste buffer for
10           security reasons), will also be installed.
11
12           http://www.nico.schottelius.org/software/gpm/
13
14 if BR2_PACKAGE_GPM
15
16 config 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
22 endif
23
24 comment "gpm mouse server needs a toolchain w/ dynamic library"
25         depends on BR2_STATIC_LIBS
26         depends on BR2_USE_MMU