mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:44:10 -09:00
Updated project URL, rebased patch. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
534 B
Text
14 lines
534 B
Text
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.
|
|
|
|
https://flatbuffers.dev
|
|
|
|
comment "flatbuffers needs a toolchain w/ C++, gcc >= 4.7"
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
|