xref: /OK3568_Linux_fs/buildroot/package/flatbuffers/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_FLATBUFFERS
2*4882a593Smuzhiyun	bool "flatbuffers"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # C++11
4*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  FlatBuffers is an efficient cross platform serialization
7*4882a593Smuzhiyun	  library for C++, C#, C, Go, Java, JavaScript, PHP, and
8*4882a593Smuzhiyun	  Python. It was originally created at Google for game
9*4882a593Smuzhiyun	  development and other performance-critical applications.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  http://google.github.io/flatbuffers/
12*4882a593Smuzhiyun
13*4882a593Smuzhiyuncomment "flatbuffers needs a toolchain w/ C++, gcc >= 4.7"
14*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
15