summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2017-03-10 23:39:49 +0200
committerMatt Ranostay <matt.ranostay@konsulko.com>2017-03-10 23:42:23 +0200
commit39ffd83d4fba7c88a23edc18a3a66780d18049ae (patch)
treede1571857cbb3d9ace8c5d443b797917d7c766e7
parentbace9bfb62b1c403f882a97e80d9bf17b58db147 (diff)
Enable SQLITE database engine for the Qt5
Several applications have a use for the SQLITE database backend, and should be enabled for all platforms. Change-Id: I1eb0218e2f8656faed29691d5cfab4b5f5018509 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-rw-r--r--recipes-qt/qt5/qtbase_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase_%.bbappend b/recipes-qt/qt5/qtbase_%.bbappend
index 65ee442a..ab6fe9a4 100644
--- a/recipes-qt/qt5/qtbase_%.bbappend
+++ b/recipes-qt/qt5/qtbase_%.bbappend
@@ -7,6 +7,7 @@ PACKAGECONFIG_WAYLAND = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'way
PACKAGECONFIG_GL = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}"
PACKAGECONFIG_append = " ${PACKAGECONFIG_WAYLAND} icu accessibility"
PACKAGECONFIG_append = " fontconfig"
+PACKAGECONFIG_append = " sql-sqlite"
EXTRA_OECONF_append = ""