e2468404c7
The S-lang shell is currently installed by default but most packages are typically interested in the shared libraries only. Add a configuration option to disable the slsh program and its supporting files. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
284 B
Plaintext
17 lines
284 B
Plaintext
config BR2_PACKAGE_SLANG
|
|
bool "slang"
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
Multi-platform console display library.
|
|
|
|
http://www.jedsoft.org/slang/index.html
|
|
|
|
if BR2_PACKAGE_SLANG
|
|
|
|
config BR2_PACKAGE_SLANG_SLSH
|
|
bool "enable slsh"
|
|
help
|
|
Enable the S-lang interpreter
|
|
|
|
endif
|