diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-02-11 15:56:52 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-11 22:49:49 +0000 |
commit | e6053e55f46cae1d3f1e68bd0c61ebe7cac7d165 (patch) | |
tree | 76dd83d245825be06ca540b29573ae7517a17263 /meta | |
parent | 5f05604cdf9d5bee8bf686ba2320258fda5f2676 (diff) | |
download | poky-e6053e55f46cae1d3f1e68bd0c61ebe7cac7d165.tar.gz |
qt4: use system SQLite
We've always been depending on external SQLite, however by default Qt
builds using its own internal copy of SQLite. Add the configure option
to actually use the external SQLite library and make it clearer which
version is in use.
Fixes [YOCTO #2514].
(From OE-Core rev: 33e0afd2fffdef4dccfce6383bc646f975972b1e)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-qt/qt4/qt4.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt4/qt4.inc b/meta/recipes-qt/qt4/qt4.inc index c1a83871de..ab1581ee19 100644 --- a/meta/recipes-qt/qt4/qt4.inc +++ b/meta/recipes-qt/qt4/qt4.inc | |||
@@ -8,7 +8,7 @@ require qt4_arch.inc | |||
8 | QT_DISTRO_FLAGS ?= "-no-accessibility -no-sm" | 8 | QT_DISTRO_FLAGS ?= "-no-accessibility -no-sm" |
9 | QT_DISTRO_FLAGS_linuxstdbase = "-sm" | 9 | QT_DISTRO_FLAGS_linuxstdbase = "-sm" |
10 | 10 | ||
11 | QT_SQL_DRIVER_FLAGS ?= "-no-sql-ibase -no-sql-mysql -no-sql-psql -no-sql-odbc -plugin-sql-sqlite" | 11 | QT_SQL_DRIVER_FLAGS ?= "-no-sql-ibase -no-sql-mysql -no-sql-psql -no-sql-odbc -plugin-sql-sqlite -system-sqlite" |
12 | 12 | ||
13 | QT_GLFLAGS ?= "" | 13 | QT_GLFLAGS ?= "" |
14 | 14 | ||