mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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>
This commit is contained in:
committed by
Peter Korsgaard
parent
13d94669b9
commit
f32fa207bd
14
package/flatbuffers/Config.in
Normal file
14
package/flatbuffers/Config.in
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user