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>
This commit is contained in:
Peter Seiderer 2015-03-10 20:59:44 +01:00 committed by Thomas Petazzoni
parent a92b8e287a
commit cc96e8a523

View File

@ -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