Config.in 384 B

12345678910111213
  1. config BR2_PACKAGE_MYSQL_CLIENT
  2. bool "MySQL client"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_USE_MMU # fork()
  5. depends on BR2_TOOLCHAIN_HAS_THREADS
  6. select BR2_PACKAGE_NCURSES
  7. select BR2_PACKAGE_READLINE
  8. help
  9. MySQL client
  10. comment "MySQL client needs a toolchain w/ C++, threads"
  11. depends on BR2_USE_MMU
  12. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS