summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/hvac
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-demo-hmi/hvac')
-rw-r--r--recipes-demo-hmi/hvac/hvac_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-demo-hmi/hvac/hvac_git.bb b/recipes-demo-hmi/hvac/hvac_git.bb
index f5d45379..4b3e2897 100644
--- a/recipes-demo-hmi/hvac/hvac_git.bb
+++ b/recipes-demo-hmi/hvac/hvac_git.bb
@@ -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"
+# hvac has binding, so af-binder is required.
+DEPENDS += "af-binder"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"