summaryrefslogtreecommitdiff
path: root/package/qt
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2015-03-10 20:59:44 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-15 19:13:59 +0100
commitcc96e8a523f1b72ef9c3da095d0e957888090051 (patch)
tree84d21f644fab4500fea82a91ced265099291e91a /package/qt
parenta92b8e287a687960dd7e5c78dcbf34006cb35ff8 (diff)
qt: remove postgresql introduced uclibc dependency for the PostgresSQL support
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt')
-rw-r--r--package/qt/Config.sql.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/qt/Config.sql.in b/package/qt/Config.sql.in
index fd62657f0..6bf494411 100644
--- a/package/qt/Config.sql.in
+++ b/package/qt/Config.sql.in
@@ -31,14 +31,10 @@ config BR2_PACKAGE_QT_ODBC
config BR2_PACKAGE_QT_PSQL
bool "PostgreSQL Driver"
select BR2_PACKAGE_POSTGRESQL
- depends on BR2_TOOLCHAIN_USES_GLIBC
help
Build PostgreSQL driver
If unsure, say n.
-comment "PostgreSQL needs an (e)glibc toolchain"
- depends on !BR2_TOOLCHAIN_USES_GLIBC
-
choice
prompt "SQLite 3 support"
default BR2_PACKAGE_QT_SQLITE_NONE