xref: /OK3568_Linux_fs/buildroot/package/erlang-jiffy/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1comment "erlang-jiffy needs a toolchain w/ C++"
2	depends on !BR2_INSTALL_LIBSTDCPP
3
4config BR2_PACKAGE_ERLANG_JIFFY
5	bool "erlang-jiffy"
6	depends on BR2_INSTALL_LIBSTDCPP
7	help
8	  JSON NIFs for Erlang.
9
10	  https://github.com/davisp/jiffy
11