xref: /OK3568_Linux_fs/buildroot/package/libodb/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBODB
2*4882a593Smuzhiyun	bool "libodb"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
4*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  This package contains the common ODB runtime library. Every
7*4882a593Smuzhiyun	  application that includes code generated by the ODB compiler
8*4882a593Smuzhiyun	  will need to link to this library.
9*4882a593Smuzhiyun
10*4882a593Smuzhiyun	  https://www.codesynthesis.com/products/odb/
11*4882a593Smuzhiyun
12*4882a593Smuzhiyuncomment "libodb needs a toolchain w/ C++, threads"
13*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
14