summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/qt/Config.sql.in7
-rw-r--r--package/qt/qt.mk3
2 files changed, 0 insertions, 10 deletions
diff --git a/package/qt/Config.sql.in b/package/qt/Config.sql.in
index 452edd5133..5bd63d27a0 100644
--- a/package/qt/Config.sql.in
+++ b/package/qt/Config.sql.in
@@ -14,13 +14,6 @@ config BR2_PACKAGE_QT_MYSQL
Build MySQL driver
If unsure, say n.
-config BR2_PACKAGE_QT_IBASE
- bool "iBase Driver"
- depends on BROKEN # libfbclient not in BR
- help
- Build iBase driver
- If unsure, say n.
-
config BR2_PACKAGE_QT_ODBC
bool "ODBC Driver"
select BR2_PACKAGE_UNIXODBC
diff --git a/package/qt/qt.mk b/package/qt/qt.mk
index 29dcc46b7b..e82bdfe801 100644
--- a/package/qt/qt.mk
+++ b/package/qt/qt.mk
@@ -359,9 +359,6 @@ endif
# Qt SQL Drivers
ifeq ($(BR2_PACKAGE_QT_SQL_MODULE),y)
-ifeq ($(BR2_PACKAGE_QT_IBASE),y)
-QT_CONFIGURE_OPTS += -qt-sql-ibase
-endif
ifeq ($(BR2_PACKAGE_QT_MYSQL),y)
QT_CONFIGURE_OPTS += -qt-sql-mysql -mysql_config $(STAGING_DIR)/usr/bin/mysql_config
QT_DEPENDENCIES += mysql
OpenPOWER on IntegriCloud