diff options
-rw-r--r-- | recipes-demo-hmi/CES2017-demo/CES2017-demo.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb b/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb index 7f902ba80..a36d953fc 100644 --- a/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb +++ b/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb @@ -5,7 +5,7 @@ SECTION = "apps" LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad" -DEPENDS = "homescreen zip-native qtquickcontrols2" +DEPENDS = "homescreen zip-native qtmultimedia qtquickcontrols2" PV = "1.0+git${SRCPV}" PN = "ces2017-demo" |