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

index 99e249fdfcfecb996595804b7cc42915141be53a..17ed5db077e06360f8a1f71ecc79875d7c36615f 100644 (file)
@@ -60,14 +60,10 @@ config BR2_PACKAGE_QT5BASE_MYSQL
 config BR2_PACKAGE_QT5BASE_PSQL
        bool "PostgreSQL Plugin"
        select BR2_PACKAGE_POSTGRESQL
-       depends on BR2_TOOLCHAIN_USES_GLIBC
        help
          Build PostgreSQL plugin
          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_QT5BASE_SQLITE_NONE