fontconfig: needs host-gperf
[buildroot-gz.git] / package / shellinabox / Config.in
blob63a298dcae1490b14349b5088d4a1f281a8f99c7
1 config BR2_PACKAGE_SHELLINABOX
2         bool "shellinabox"
3         depends on BR2_USE_MMU # fork()
4         depends on !BR2_STATIC_LIBS # dlfcn.h
5         select BR2_PACKAGE_OPENSSL
6         select BR2_PACKAGE_ZLIB
7         help
8           Shell In A Box implements a web server that can export
9           arbitrary command line tools to a web based terminal
10           emulator. This emulator is accessible to any JavaScript and
11           CSS enabled web browser and does not require any additional
12           browser plugins.
14           https://github.com/shellinabox/shellinabox
16 comment "shellinabox needs a toolchain w/ dynamic library"
17         depends on BR2_USE_MMU
18         depends on BR2_STATIC_LIBS