]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/libpqxx/Config.in
ddf14fd6cedb5a0597edbd723f2297036189884e
[coffee/buildroot.git] / package / libpqxx / Config.in
1 config BR2_PACKAGE_LIBPQXX
2         bool "libpqxx"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_PACKAGE_POSTGRESQL
5         help
6           libpqxx is the official C++ client API for PostgreSQL, the
7           enterprise-strength open-source relational database.
8
9           http://pqxx.org/development/libpqxx/
10
11 comment "libpqxx needs toolchain w/ C++ support"
12         depends on !BR2_INSTALL_LIBSTDCPP
13         depends on BR2_PACKAGE_POSTGRESQL