projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
788ddd9
)
Be certain ncurses is enabled when depended upon
author
Eric Andersen
<andersen@codepoet.org>
Wed, 27 Oct 2004 18:52:06 +0000
(18:52 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 27 Oct 2004 18:52:06 +0000
(18:52 -0000)
package/less/Config.in
patch
|
blob
|
history
diff --git
a/package/less/Config.in
b/package/less/Config.in
index 7e53474b3aad8a27672f0203e5cd461025190c48..23d02f84803d070779f4d8099e3b4f1b5071384a 100644
(file)
--- a/
package/less/Config.in
+++ b/
package/less/Config.in
@@
-1,6
+1,7
@@
config BR2_PACKAGE_LESS
bool "less"
default n
+ select BR2_PACKAGE_NCURSES
help
Excellent text file viewer.