kumquat-buildroot/package/slang/Config.in
Florian Fainelli e2468404c7 package/slang: add option to enable/disable slsh
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>
2022-12-28 20:49:05 +01:00

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