xref: /OK3568_Linux_fs/buildroot/package/cppdb/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_CPPDB
2*4882a593Smuzhiyun	bool "cppdb"
3*4882a593Smuzhiyun	# dlfcn.h
4*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
5*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
6*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
7*4882a593Smuzhiyun	# Can be built without them but it's useless
8*4882a593Smuzhiyun	depends on BR2_PACKAGE_MYSQL || BR2_PACKAGE_POSTGRESQL || BR2_PACKAGE_SQLITE
9*4882a593Smuzhiyun	help
10*4882a593Smuzhiyun	  CppDB is an SQL connectivity library that is designed to
11*4882a593Smuzhiyun	  provide platform and Database independent connectivity API
12*4882a593Smuzhiyun	  similarly to what JDBC, ODBC and other connectivity libraries
13*4882a593Smuzhiyun	  do.
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun	  http://cppcms.com/sql/cppdb/
16*4882a593Smuzhiyun
17*4882a593Smuzhiyuncomment "cppdb needs a toolchain w/ C++, threads, dynamic library"
18*4882a593Smuzhiyun	depends on BR2_PACKAGE_MYSQL || BR2_PACKAGE_POSTGRESQL || BR2_PACKAGE_SQLITE
19*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
20*4882a593Smuzhiyun		BR2_STATIC_LIBS
21