From 39ffd83d4fba7c88a23edc18a3a66780d18049ae Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Fri, 10 Mar 2017 23:39:49 +0200 Subject: 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 --- recipes-qt/qt5/qtbase_%.bbappend | 1 + 1 file changed, 1 insertion(+) 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 = "" -- cgit 1.2.3-korg