buildrootschalter/package/mysql_client/Config.in

12 lines
304 B
Plaintext
Raw Normal View History

config BR2_PACKAGE_MYSQL_CLIENT
bool "MySQL client"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_READLINE
help
2008-06-01 21:28:44 +02:00
MySQL client
comment "Mysql client requires a toolchain with C++ support enabled"
depends on !BR2_INSTALL_LIBSTDCPP