diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-01-16 20:21:22 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-02-11 14:09:19 +0000 |
commit | 4f9bc5b40f14be5b4f10ad729de6f2b19a4a689a (patch) | |
tree | d0ada25323231ba51a73a207e79e99ef75757dbb /recipes-demo-hmi/phone/phone_git.bb | |
parent | 8cdd530dfd0f6f2b8d16770e930340ff6cb340dd (diff) |
phone: Replace QtMultimedia usage with 4A + gstreamer
Update dependencies to remove qtmultimedia and add gstreamer.
Bug-AGL: SPEC-1596
Change-Id: Ifbaf65aeb5616897ba2f5f7b73aa397b39ef4231
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-demo-hmi/phone/phone_git.bb')
-rw-r--r-- | recipes-demo-hmi/phone/phone_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-demo-hmi/phone/phone_git.bb b/recipes-demo-hmi/phone/phone_git.bb index d2997cdbe..553cc8acf 100644 --- a/recipes-demo-hmi/phone/phone_git.bb +++ b/recipes-demo-hmi/phone/phone_git.bb @@ -14,12 +14,12 @@ S = "${WORKDIR}/git" # build-time dependencies DEPENDS += "qtquickcontrols2 \ - qtmultimedia \ libqtappfw \ libhomescreen \ qlibwindowmanager \ + gstreamer1.0 \ " inherit qmake5 aglwgt -RDEPENDS_${PN} += "agl-service-telephony agl-service-bluetooth-pbap qtmultimedia" +RDEPENDS_${PN} += "agl-service-telephony agl-service-bluetooth-pbap" |