From: Matt Porter Date: Sat, 11 Nov 2017 13:01:26 +0000 (+0200) Subject: phone: add build dependency on qtmultimedia X-Git-Tag: 4.99.3~16 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=a163bedc826ac6b85913b7edeae3a1445965ab49 phone: add build dependency on qtmultimedia Moving ringtone logic out of the phone app's QML adds a direct configure dependency on qtmultimedia due to an update in app.pro. Add that dependency. Bug-AGL: SPEC-1081 Change-Id: I8189c69850d7481fbf344ac0ecd88f487fc759c9 Signed-off-by: Matt Porter --- 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