summaryrefslogtreecommitdiffstats
path: root/rules/less.in
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2008-07-01 09:35:38 +0000
committerLuotao Fu <l.fu@pengutronix.de>2008-07-01 09:35:38 +0000
commite344e96bddb795756f39bad592b51fb4912393db (patch)
treee2bc2fd6cfe666e8ade93f855b950cd9a7ada12c /rules/less.in
parentdf3ca8d406acf25bec71b5cc77fc872659a3fe96 (diff)
downloadptxdist-e344e96bddb795756f39bad592b51fb4912393db.tar.gz
ptxdist-e344e96bddb795756f39bad592b51fb4912393db.tar.xz
fixed less dependency of bb-less
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8559 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/less.in')
-rw-r--r--rules/less.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/rules/less.in b/rules/less.in
index da080b2e4..2f66761a0 100644
--- a/rules/less.in
+++ b/rules/less.in
@@ -1,6 +1,7 @@
menuconfig LESS
tristate
prompt "less "
+ depends on !BB_CONFIG_LESS
# select LIBPW if LESS_USE_PW
# select CURSES if LESS_USE_CURSES
# select TINFO if LESS_USE_TINFO
@@ -17,32 +18,30 @@ menuconfig LESS
that displays text files. More info:
http://www.greenwoodsoftware.com/less/
+comment "busy box' less is selected!"
+ depends on BB_CONFIG_LESS
+
if LESS
config LESS_BIN
bool
default y
- depends on !BB_CONFIG_LESS
prompt "install less pager "
help
less - a pager
config LESS_KEY
bool
- depends on !BB_CONFIG_LESS
prompt "install lesskey "
help
lesskey - specify key bindings for less
config LESS_ECHO
bool
- depends on !BB_CONFIG_LESS
prompt "install lessecho "
help
lessecho - expand metacharacters
-comment "busy box' less is selected!"
- depends on BB_CONFIG_LESS
# library dependencies