The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / protobuf-c / Config.in
1 config BR2_PACKAGE_PROTOBUF_C
2         bool "protobuf-c"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_TOOLCHAIN_HAS_THREADS # protobuf
5         # host-protobuf only builds on certain architectures
6         depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
7         help
8           Code generator and runtime libraries to use Protocol Buffers
9           from pure C (not C++).
10
11           http://code.google.com/p/protobuf-c/
12
13 comment "protobuf-c needs a toolchain w/ C++, threads"
14         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
15         depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"