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