From: Peter Seiderer Date: Tue, 10 Mar 2015 19:59:44 +0000 (+0100) Subject: qt: remove postgresql introduced uclibc dependency for the PostgresSQL support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc96e8a523f1b72ef9c3da095d0e957888090051;p=buildroot.git qt: remove postgresql introduced uclibc dependency for the PostgresSQL support Signed-off-by: Peter Seiderer Signed-off-by: Thomas Petazzoni --- diff --git a/package/qt/Config.sql.in b/package/qt/Config.sql.in index fd62657f00..6bf4944111 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