FIx build dependency of apps
[AGL/meta-agl-demo.git] / recipes-demo-hmi / settings / settings_git.bb
index d59250b..427ea7c 100644 (file)
@@ -9,8 +9,11 @@ S  = "${WORKDIR}/git"
 
 inherit qmake5
 
+DEPENDS += "qtquickcontrols2"
 # 'wgtpkg-pack' in af-main-native is required.
-DEPENDS = "af-main-native"
+DEPENDS += "af-main-native"
+# setting has binding, so af-binder is required.
+DEPENDS += "af-binder"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"