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