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