libqtappfw: add dependency on qtdeclarative 17/15817/2
authorMatt Porter <mporter@konsulko.com>
Fri, 27 Jul 2018 16:45:06 +0000 (12:45 -0400)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 27 Jul 2018 16:50:30 +0000 (16:50 +0000)
The new version of libqtappfw depends on qtdeclaractive.
Add the missing dependency.

Bug-AGL: SPEC-1541

Change-Id: Ic6ea2cc7d27a7a598725e68ccbe0a7e3da02ee0f
Signed-off-by: Matt Porter <mporter@konsulko.com>
recipes-demo-hmi/libqtappfw/libqtappfw_git.bb

index 996a610..dbaee94 100644 (file)
@@ -8,7 +8,7 @@ BBCLASSEXTEND = "nativesdk"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
 
-DEPENDS += "qtbase qtwebsockets libvcard"
+DEPENDS += "qtbase qtdeclarative qtwebsockets libvcard"
 
 inherit cmake_qt5