qt5base: make sqlite configurable not sqlite2

sqlite2 should not be build, we want sqlite3 which is named sqlite in qt5.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Hauke Mehrtens
2015-12-10 22:25:29 +01:00
parent f8cd9c3589
commit 9294ea108e

View File

@@ -260,14 +260,14 @@ define Build/Configure
-shared \
-largefile \
-accessibility \
$(if $(CONFIG_PACKAGE_qt5base-plugin-sqldrivers-sqlite),-system-sqlite,-no-sql-sqlite2) \
$(if $(CONFIG_PACKAGE_qt5base-plugin-sqldrivers-sqlite),-system-sqlite,-no-sql-sqlite) \
-no-sql-db2 \
-no-sql-ibase \
-no-sql-mysql \
-no-sql-oci \
-no-sql-odbc \
-no-sql-psql \
-no-sql-sqlite \
-no-sql-sqlite2 \
-no-sql-tds \
-no-qml-debug \
-no-nis \