summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2015-03-10 20:59:41 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-15 19:13:38 +0100
commit8aacd982613a07045c7e4d8461a50383095d0bc2 (patch)
tree6361c66ef86ddbe86d0381d9e67b5d3d16118a9e
parent64af4e243cfc1c42c8aacc5f3609f5c340a2f3c9 (diff)
downloadbuildroot-8aacd982613a07045c7e4d8461a50383095d0bc2.tar.gz
buildroot-8aacd982613a07045c7e4d8461a50383095d0bc2.zip
qt5base: remove postgresql introduced uclibc dependency for the PostgresSQL plugin
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/qt5/qt5base/Config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/qt5/qt5base/Config.in b/package/qt5/qt5base/Config.in
index 99e249fdfc..17ed5db077 100644
--- a/package/qt5/qt5base/Config.in
+++ b/package/qt5/qt5base/Config.in
@@ -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
OpenPOWER on IntegriCloud