1 config BR2_PACKAGE_LIBPQXX
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on BR2_PACKAGE_POSTGRESQL
6 libpqxx is the official C++ client API for PostgreSQL, the
7 enterprise-strength open-source relational database.
9 http://pqxx.org/development/libpqxx/
11 comment "libpqxx needs toolchain w/ C++ support"
12 depends on !BR2_INSTALL_LIBSTDCPP
13 depends on BR2_PACKAGE_POSTGRESQL