Be certain ncurses is enabled when depended upon

This commit is contained in:
Eric Andersen 2004-10-27 18:52:06 +00:00
parent 788ddd9c45
commit e241d62082

View File

@ -1,6 +1,7 @@
config BR2_PACKAGE_LESS config BR2_PACKAGE_LESS
bool "less" bool "less"
default n default n
select BR2_PACKAGE_NCURSES
help help
Excellent text file viewer. Excellent text file viewer.