summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-01-31 12:24:42 -0500
committerScott Murray <scott.murray@konsulko.com>2022-01-31 12:24:42 -0500
commit844dd0e0723948d6763de9e22365e55694a5c3a7 (patch)
treec6cb1cf458c2f6b9b31b3f8dcecc4f3d3ed7f5ac
parent9b309a0dc39a4729ddb04b9fa57d0672f77706dd (diff)
homescreen: restore libqtappfw dependency
Restore libqtappfw build and run-time dependency in homescreen app recipe to allow to re-enabling the commented out usage in it and regain Bluetooth and Wifi status support. Bug-AGL: SPEC-4182 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I320853efe8130d34e5a1da5e9f0e2380a50e9f2c
-rw-r--r--recipes-demo/homescreen/homescreen_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-demo/homescreen/homescreen_git.bb b/recipes-demo/homescreen/homescreen_git.bb
index f04305f2..c4556784 100644
--- a/recipes-demo/homescreen/homescreen_git.bb
+++ b/recipes-demo/homescreen/homescreen_git.bb
@@ -9,6 +9,7 @@ DEPENDS = " \
qtbase \
qtdeclarative \
qtquickcontrols2 \
+ libqtappfw \
wayland-native \
wayland \
qtwayland \
@@ -41,6 +42,7 @@ do_install:append() {
FILES:${PN} += " ${systemd_user_unitdir}"
RDEPENDS:${PN} += " \
+ libqtappfw \
applaunchd \
qtwayland \
qtbase-qmlplugins \