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.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/qt/Config.sql.in b/package/qt/Config.sql.in
index 6d39bb974a..1e7f6ba799 100644
--- a/package/qt/Config.sql.in
+++ b/package/qt/Config.sql.in
@@ -24,13 +24,14 @@ config BR2_PACKAGE_QT_ODBC
config BR2_PACKAGE_QT_PSQL
bool "PostgreSQL Driver"
depends on !BR2_STATIC_LIBS
+ depends on BR2_USE_WCHAR
select BR2_PACKAGE_POSTGRESQL
help
Build PostgreSQL driver
If unsure, say n.
-comment "PostgreSQL driver needs a toolchain w/ dynamic library"
- depends on BR2_STATIC_LIBS
+comment "PostgreSQL driver needs a toolchain w/ wchar, dynamic library"
+ depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR
choice
prompt "SQLite 3 support"
OpenPOWER on IntegriCloud