board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / libpqxx / Config.in
blobddf14fd6cedb5a0597edbd723f2297036189884e
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.
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