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

qt: remove postgresql introduced uclibc dependency for the PostgresSQL support

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