Enable SQLITE database engine for the Qt5 11/8711/1
authorMatt Ranostay <matt.ranostay@konsulko.com>
Fri, 10 Mar 2017 21:39:49 +0000 (23:39 +0200)
committerMatt Ranostay <matt.ranostay@konsulko.com>
Fri, 10 Mar 2017 21:42:23 +0000 (23:42 +0200)
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>
recipes-qt/qt5/qtbase_%.bbappend

index 65ee442..ab6fe9a 100644 (file)
@@ -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 = ""