1config BR2_PACKAGE_DUKTAPE 2 bool "duktape" 3 depends on !BR2_STATIC_LIBS 4 help 5 Duktape is an embeddable Javascript engine, with a focus on 6 portability and compact footprint. 7 8 Duktape is easy to integrate into a C/C++ project: add 9 duktape.c, duktape.h, and duk_config.h to your build, and use 10 the Duktape API to call Ecmascript functions from C code and 11 vice versa. 12 13 http://www.duktape.org 14 15comment "duktape needs a toolchain w/ dynamic library" 16 depends on BR2_STATIC_LIBS 17