summaryrefslogtreecommitdiffstats
path: root/package/qt/Config.sql.in
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2014-01-22 07:24:35 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-01-22 07:24:35 +0100
commit99fd373bf54a1092bf0963e7e3972b691a495d2e (patch)
tree0b5a74e8f8de01f718923ce58803305570027322 /package/qt/Config.sql.in
parente2b2ecb691ab7e8cd7e88514483c2a966389c6f1 (diff)
downloadbuildroot-99fd373bf54a1092bf0963e7e3972b691a495d2e.tar.gz
buildroot-99fd373bf54a1092bf0963e7e3972b691a495d2e.zip
package: fixup dependencies after mysql_client -> mysql rename
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/qt/Config.sql.in')
-rw-r--r--package/qt/Config.sql.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qt/Config.sql.in b/package/qt/Config.sql.in
index 04489c75bf..259a574621 100644
--- a/package/qt/Config.sql.in
+++ b/package/qt/Config.sql.in
@@ -6,7 +6,7 @@ menuconfig BR2_PACKAGE_QT_SQL_MODULE
if BR2_PACKAGE_QT_SQL_MODULE
config BR2_PACKAGE_QT_MYSQL
bool "MySQL Driver"
- select BR2_PACKAGE_MYSQL_CLIENT
+ select BR2_PACKAGE_MYSQL
select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_READLINE
depends on BR2_USE_MMU # mysql
OpenPOWER on IntegriCloud