homescreen: restore libqtappfw dependency 21/27121/1
authorScott Murray <scott.murray@konsulko.com>
Mon, 31 Jan 2022 17:24:42 +0000 (12:24 -0500)
committerScott Murray <scott.murray@konsulko.com>
Mon, 31 Jan 2022 17:24:42 +0000 (12:24 -0500)
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

recipes-demo/homescreen/homescreen_git.bb

index f04305f..c455678 100644 (file)
@@ -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 \