mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
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>
This commit is contained in:
parent
64af4e243c
commit
8aacd98261
@ -60,14 +60,10 @@ config BR2_PACKAGE_QT5BASE_MYSQL
|
|||||||
config BR2_PACKAGE_QT5BASE_PSQL
|
config BR2_PACKAGE_QT5BASE_PSQL
|
||||||
bool "PostgreSQL Plugin"
|
bool "PostgreSQL Plugin"
|
||||||
select BR2_PACKAGE_POSTGRESQL
|
select BR2_PACKAGE_POSTGRESQL
|
||||||
depends on BR2_TOOLCHAIN_USES_GLIBC
|
|
||||||
help
|
help
|
||||||
Build PostgreSQL plugin
|
Build PostgreSQL plugin
|
||||||
If unsure, say n.
|
If unsure, say n.
|
||||||
|
|
||||||
comment "PostgreSQL needs an (e)glibc toolchain"
|
|
||||||
depends on !BR2_TOOLCHAIN_USES_GLIBC
|
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "SQLite 3 support"
|
prompt "SQLite 3 support"
|
||||||
default BR2_PACKAGE_QT5BASE_SQLITE_NONE
|
default BR2_PACKAGE_QT5BASE_SQLITE_NONE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user