diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2014-01-22 07:24:35 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-01-22 07:24:35 +0100 |
commit | 99fd373bf54a1092bf0963e7e3972b691a495d2e (patch) | |
tree | 0b5a74e8f8de01f718923ce58803305570027322 /package/qt5/qt5base/Config.in | |
parent | e2b2ecb691ab7e8cd7e88514483c2a966389c6f1 (diff) | |
download | buildroot-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/qt5/qt5base/Config.in')
-rw-r--r-- | package/qt5/qt5base/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qt5/qt5base/Config.in b/package/qt5/qt5base/Config.in index 3090d65a27..2fca9d26da 100644 --- a/package/qt5/qt5base/Config.in +++ b/package/qt5/qt5base/Config.in @@ -53,7 +53,7 @@ config BR2_PACKAGE_QT5BASE_SQL if BR2_PACKAGE_QT5BASE_SQL config BR2_PACKAGE_QT5BASE_MYSQL bool "MySQL Plugin" - select BR2_PACKAGE_MYSQL_CLIENT + select BR2_PACKAGE_MYSQL select BR2_PACKAGE_NCURSES select BR2_PACKAGE_READLINE depends on BR2_USE_MMU # mysql |