diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-04-11 21:11:29 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-05-11 15:37:18 +0000 |
commit | 579b2e7beee94f33a35d316da675ce652f1a05d9 (patch) | |
tree | 69d5a20bd6bc14230a5106d124de747eeb34d80f /recipes-demo-hmi/settings | |
parent | 9dfac4c2eb8291ecca449791dea66c389da1580a (diff) |
settings: add dependencies for libqtappfw support
Add to DEPENDS both qtwebsockets and libqtappfw to allow removal
of QML Websockets usage in the UI
Bug-AGL: SPEC-1385
Change-Id: I5d7b09e4acdb571a4628e54bef0b45519a1e28f2
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
(cherry picked from commit 8ebbc54edb781b1a3aa9de19bbb08e318c0c8c43)
Diffstat (limited to 'recipes-demo-hmi/settings')
-rw-r--r-- | recipes-demo-hmi/settings/settings_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/settings/settings_git.bb b/recipes-demo-hmi/settings/settings_git.bb index 4b8e04fe7..2d9f642b6 100644 --- a/recipes-demo-hmi/settings/settings_git.bb +++ b/recipes-demo-hmi/settings/settings_git.bb @@ -13,7 +13,7 @@ PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" # build-time dependencies -DEPENDS += "qtquickcontrols2" +DEPENDS += "libqtappfw qtquickcontrols2 qtwebsockets" DEPENDS += "virtual/libhomescreen qlibwindowmanager qtvirtualkeyboard" # runtime dependencies |