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 037837fd62..452edd5133 100644
--- a/package/qt/Config.sql.in
+++ b/package/qt/Config.sql.in
@@ -31,10 +31,14 @@ config BR2_PACKAGE_QT_ODBC
config BR2_PACKAGE_QT_PSQL
bool "PostgreSQL Driver"
select BR2_PACKAGE_POSTGRESQL
+ depends on !BR2_STATIC_LIBS
help
Build PostgreSQL driver
If unsure, say n.
+comment "PostgreSQL driver needs a toolchain w/ dynamic library"
+ depends on BR2_STATIC_LIBS
+
choice
prompt "SQLite 3 support"
default BR2_PACKAGE_QT_SQLITE_NONE
OpenPOWER on IntegriCloud