Config.in 551 B

1234567891011121314151617
  1. config BR2_PACKAGE_PERL_DBD_MYSQL
  2. bool "perl-dbd-mysql"
  3. depends on !BR2_STATIC_LIBS
  4. depends on BR2_INSTALL_LIBSTDCPP # mysql
  5. depends on BR2_USE_MMU # mysql
  6. depends on BR2_TOOLCHAIN_HAS_THREADS # mysql
  7. select BR2_PACKAGE_MARIADB
  8. select BR2_PACKAGE_PERL_DBI # runtime
  9. help
  10. A MySQL driver for the Perl5 Database Interface (DBI).
  11. http://dbi.perl.org/
  12. comment "perl-dbd-mysql needs a toolchain w/ dynamic library, C++, threads"
  13. depends on BR2_USE_MMU
  14. depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || \
  15. !BR2_TOOLCHAIN_HAS_THREADS