buildrootschalter/package/nano/Config.in

25 lines
515 B
Plaintext
Raw Normal View History

2004-10-09 08:13:40 +02:00
config BR2_PACKAGE_NANO
2004-10-14 21:57:18 +02:00
bool "nano"
depends on BR2_USE_WCHAR
# full version uses fork()
select BR2_PACKAGE_NANO_TINY if !BR2_USE_MMU
select BR2_PACKAGE_NCURSES
2004-10-09 08:13:40 +02:00
help
A nice ncurses-based editor. Started out as a clone of pico.
2004-10-14 21:57:18 +02:00
Great editor for new users.
2004-10-14 22:13:12 +02:00
http://www.nano-editor.org/
if BR2_PACKAGE_NANO
config BR2_PACKAGE_NANO_TINY
bool "optimize for size"
default y
help
Disable all features for the sake of size.
endif
comment "nano needs a toolchain w/ wchar"
depends on !BR2_USE_WCHAR