diff options
Diffstat (limited to 'recipes-demo-hmi/phone/phone_git.bb')
-rw-r--r-- | recipes-demo-hmi/phone/phone_git.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes-demo-hmi/phone/phone_git.bb b/recipes-demo-hmi/phone/phone_git.bb index 6dccd65a0..fe91d3f4d 100644 --- a/recipes-demo-hmi/phone/phone_git.bb +++ b/recipes-demo-hmi/phone/phone_git.bb @@ -13,6 +13,11 @@ PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" # build-time dependencies -DEPENDS += "qtquickcontrols2 homescreen libqtappfw qtmultimedia" +DEPENDS += "qtquickcontrols2 \ + qtmultimedia \ + libqtappfw \ + virtual/libhomescreen \ + qlibwindowmanager \ +" inherit qmake5 aglwgt |