2008-06-01 20:08:48 +02:00
|
|
|
config BR2_PACKAGE_MYSQL_CLIENT
|
2010-04-26 21:57:11 +02:00
|
|
|
bool "MySQL client"
|
2009-01-26 06:51:31 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
select BR2_PACKAGE_NCURSES
|
2009-01-30 10:54:59 +01:00
|
|
|
select BR2_PACKAGE_READLINE
|
2008-06-01 20:08:48 +02:00
|
|
|
help
|
2008-06-01 21:28:44 +02:00
|
|
|
MySQL client
|
2009-01-26 06:51:31 +01:00
|
|
|
|
|
|
|
comment "Mysql client requires a toolchain with C++ support enabled"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|