1config BR2_PACKAGE_XTERM
2	bool "xterm"
3	depends on BR2_PACKAGE_XORG7
4	depends on BR2_USE_MMU # fork()
5	select BR2_PACKAGE_NCURSES
6	select BR2_PACKAGE_XLIB_LIBXAW
7	help
8	  xterm terminal emulator
9
10	  http://invisible-island.net/xterm/
11