Config.in 449 B

12345678910111213
  1. config BR2_PACKAGE_LIBODB
  2. bool "libodb"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. depends on BR2_INSTALL_LIBSTDCPP
  5. help
  6. This package contains the common ODB runtime library. Every
  7. application that includes code generated by the ODB compiler
  8. will need to link to this library.
  9. https://www.codesynthesis.com/products/odb/
  10. comment "libodb needs a toolchain w/ C++, threads"
  11. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS