f40ceb857e
--with-slang has to be given explicitly, otherwise the configure script looks for slang.h in host directories. Signed-off-by: Sven Oliver Moll <svolli@svolli.de> [Arnout: add --with-slang config option] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
13 lines
356 B
Plaintext
13 lines
356 B
Plaintext
config BR2_PACKAGE_MOST
|
|
bool "most"
|
|
depends on BR2_USE_MMU # slang
|
|
select BR2_PACKAGE_SLANG
|
|
help
|
|
most is a powerful pager, including features like multi
|
|
document support, hex view and unpack on-the-fly.
|
|
|
|
https://www.jedsoft.com/most/
|
|
|
|
Note: this program depends on the slang library which is
|
|
rather large to be used just for this pager.
|