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 / cppdb / Config.in
1 config BR2_PACKAGE_CPPDB
2         bool "cppdb"
3         # dlfcn.h
4         depends on !BR2_STATIC_LIBS
5         depends on BR2_INSTALL_LIBSTDCPP
6         depends on BR2_TOOLCHAIN_HAS_THREADS
7         # Can be built without them but it's useless
8         depends on BR2_PACKAGE_MYSQL || BR2_PACKAGE_POSTGRESQL || BR2_PACKAGE_SQLITE
9         help
10           CppDB is an SQL connectivity library that is designed to provide
11           platform and Database independent connectivity API similarly
12           to what JDBC, ODBC and other connectivity libraries do.
13
14           http://cppcms.com/sql/cppdb/
15
16 comment "cppdb needs a toolchain w/ C++, threads, dynamic library"
17         depends on BR2_PACKAGE_MYSQL || BR2_PACKAGE_POSTGRESQL || BR2_PACKAGE_SQLITE
18         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
19                 BR2_STATIC_LIBS