From 844dd0e0723948d6763de9e22365e55694a5c3a7 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 31 Jan 2022 12:24:42 -0500 Subject: [PATCH] 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 Change-Id: I320853efe8130d34e5a1da5e9f0e2380a50e9f2c --- recipes-demo/homescreen/homescreen_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-demo/homescreen/homescreen_git.bb b/recipes-demo/homescreen/homescreen_git.bb index f04305f2c..c45567842 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 \ -- 2.16.6