summaryrefslogtreecommitdiffstats
path: root/package/qt/Config.sql.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/qt/Config.sql.in')
-rw-r--r--package/qt/Config.sql.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/qt/Config.sql.in b/package/qt/Config.sql.in
index 1e7f6ba799..71a198242f 100644
--- a/package/qt/Config.sql.in
+++ b/package/qt/Config.sql.in
@@ -16,11 +16,15 @@ config BR2_PACKAGE_QT_MYSQL
config BR2_PACKAGE_QT_ODBC
bool "ODBC Driver"
+ depends on !BR2_STATIC_LIBS # unixodbc
select BR2_PACKAGE_UNIXODBC
help
Build ODBC driver
If unsure, say n.
+comment "ODBC driver needs a toolchain w/ dynamic library"
+ depends on BR2_STATIC_LIBS
+
config BR2_PACKAGE_QT_PSQL
bool "PostgreSQL Driver"
depends on !BR2_STATIC_LIBS
OpenPOWER on IntegriCloud