qt: remove postgresql introduced uclibc dependency for the PostgresSQL support
authorPeter Seiderer <ps.report@gmx.net>
Tue, 10 Mar 2015 19:59:44 +0000 (20:59 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 15 Mar 2015 18:13:59 +0000 (19:13 +0100)
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/qt/Config.sql.in

index fd62657f009337aebeac7ddd7f7103be88875136..6bf4944111461184e784879ad40f7d0776c9c0bc 100644 (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