diff options
| author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2017-12-18 22:10:39 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2018-01-15 22:41:37 +0100 |
| commit | f32fa207bd4a1cdb91e35550e4f96b4f556ce7cd (patch) | |
| tree | 97c722ebdb73c56f083f89648675a1ff0cdc86ff /package/flatbuffers/Config.in | |
| parent | 13d94669b924be92ea9e8f0690f9a51617705b57 (diff) | |
| download | buildroot-f32fa207bd4a1cdb91e35550e4f96b4f556ce7cd.tar.gz buildroot-f32fa207bd4a1cdb91e35550e4f96b4f556ce7cd.zip | |
flatbuffers: new package
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/
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/flatbuffers/Config.in')
| -rw-r--r-- | package/flatbuffers/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/flatbuffers/Config.in b/package/flatbuffers/Config.in new file mode 100644 index 0000000000..992738282f --- /dev/null +++ b/package/flatbuffers/Config.in @@ -0,0 +1,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 |

