summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Porter <mporter@konsulko.com>2018-07-27 12:45:06 -0400
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-07-27 16:50:30 +0000
commitb3ed7ec7b3ecdbe53e3af8886b40d5f2f5b5de58 (patch)
tree6783136cf10abe84b05dac2ec6666b43000fba01
parent7bd4a23770b9aabbd95fa0ab3699f2df42e96d81 (diff)
libqtappfw: add dependency on qtdeclarative
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>
-rw-r--r--recipes-demo-hmi/libqtappfw/libqtappfw_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb b/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb
index 996a6101..dbaee946 100644
--- a/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb
+++ b/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb
@@ -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