diff options
author | Floris Bos <bos@je-eigen-domein.nl> | 2014-08-13 16:05:42 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-08-15 11:22:34 +0200 |
commit | 5c46aabad7aa7feec88201e9aeef836fe1297189 (patch) | |
tree | 714030eebe3cbac3c1da116302f80d22385f48ee /package/qt/Config.sql.in | |
parent | 8c8fd498647e9889c645af472c47a12120091592 (diff) | |
download | buildroot-5c46aabad7aa7feec88201e9aeef836fe1297189.tar.gz buildroot-5c46aabad7aa7feec88201e9aeef836fe1297189.zip |
qt: add postgresql driver support
Signed-off-by: Floris Bos <bos@je-eigen-domein.nl>
Reviewed-by: Fatih Aşıcı <fatih.asici@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/qt/Config.sql.in')
-rw-r--r-- | package/qt/Config.sql.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package/qt/Config.sql.in b/package/qt/Config.sql.in index 259a574621..fd62657f00 100644 --- a/package/qt/Config.sql.in +++ b/package/qt/Config.sql.in @@ -30,11 +30,15 @@ config BR2_PACKAGE_QT_ODBC config BR2_PACKAGE_QT_PSQL bool "PostgreSQL Driver" - depends on BROKEN # libpgsql not in BR + 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 |