summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5base
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/qt5/qt5base
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/qt5/qt5base')
-rw-r--r--package/qt5/qt5base/Config.in2
-rw-r--r--package/qt5/qt5base/qt5base.mk2
2 files changed, 2 insertions, 2 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
diff --git a/package/qt5/qt5base/qt5base.mk b/package/qt5/qt5base/qt5base.mk
index 6928bb81ce..fcfad4e1c8 100644
--- a/package/qt5/qt5base/qt5base.mk
+++ b/package/qt5/qt5base/qt5base.mk
@@ -61,7 +61,7 @@ endif
ifeq ($(BR2_PACKAGE_QT5BASE_SQL),y)
ifeq ($(BR2_PACKAGE_QT5BASE_MYSQL),y)
QT5BASE_CONFIGURE_OPTS += -plugin-sql-mysql -mysql_config $(STAGING_DIR)/usr/bin/mysql_config
-QT5BASE_DEPENDENCIES += mysql_client
+QT5BASE_DEPENDENCIES += mysql
else
QT5BASE_CONFIGURE_OPTS += -no-sql-mysql
endif
OpenPOWER on IntegriCloud