Config.in 560 B

12345678910111213141516
  1. config BR2_PACKAGE_LIBODB_MYSQL
  2. bool "libodb-mysql"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. depends on BR2_INSTALL_LIBSTDCPP
  5. depends on BR2_PACKAGE_MARIADB
  6. select BR2_PACKAGE_LIBODB
  7. help
  8. This package contains the MySQL ODB runtime library. Every
  9. application that includes code generated for the MySQL
  10. database will need to link to this library.
  11. https://www.codesynthesis.com/products/odb/
  12. comment "libodb-mysql needs a toolchain w/ C++, threads"
  13. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
  14. depends on BR2_PACKAGE_MARIADB