Commit 8aacd982 authored by Peter Seiderer's avatar Peter Seiderer Committed by Thomas Petazzoni
Browse files

qt5base: remove postgresql introduced uclibc dependency for the PostgresSQL plugin

parent 64af4e24
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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