summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-12-22 20:58:34 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-12-22 20:58:34 +0100
commit49806ebb05a7d77c7e88f541c8d712c5e8a148ef (patch)
treec66d09c0d6336a9ce1dd5ab52c35f2af0a830b69 /recipes-demo-hmi/mediaplayer/mediaplayer_git.bb
parent9cd95faf6e886fdf10823f13fe3d38616fd0d566 (diff)
Add missing qtmultimedia to DEPENDS
This change adds a missing 'qtmultimedia' to DEPENDS. Change-Id: I1190f12be1a3c65ad67fef725ae65f94b1fb2294 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-demo-hmi/mediaplayer/mediaplayer_git.bb')
-rw-r--r--recipes-demo-hmi/mediaplayer/mediaplayer_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb b/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb
index 9ad11fb7..94349266 100644
--- a/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb
+++ b/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb
@@ -9,7 +9,7 @@ S = "${WORKDIR}/git"
inherit qmake5
-DEPENDS += "qtquickcontrols2"
+DEPENDS += "qtquickcontrols2 qtmultimedia"
# 'wgtpkg-pack' in af-main-native is required.
DEPENDS += "af-main-native"