hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config BR2_PACKAGE_FLATBUFFERS
   bool "flatbuffers"
   depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # C++11
   depends on BR2_INSTALL_LIBSTDCPP
   help
     FlatBuffers is an efficient cross platform serialization
     library for C++, C#, C, Go, Java, JavaScript, PHP, and
     Python. It was originally created at Google for game
     development and other performance-critical applications.
 
     http://google.github.io/flatbuffers/
 
comment "flatbuffers needs a toolchain w/ C++, gcc >= 4.7"
   depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7