summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Krause <volker.krause@kdab.com>2016-11-29 11:11:08 +0100
committerVolker Krause <volker.krause@kdab.com>2016-11-29 10:23:49 +0000
commit9514f794c8e4cc25ff584b22323be009a41527da (patch)
tree96a54f8420fe9054fa1a4c0cad51632272825e62
parentb9437655abb2ad97469eaa60cf77b5cdea89eb44 (diff)
downloadmeta-boot2qt-9514f794c8e4cc25ff584b22323be009a41527da.tar.gz
Enable QtIvi and QtWayland GammaRay tools
Change-Id: I41985617a4061d8ca83fe1a032b5b5c132e259a6 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--recipes-qt/automotive/gammaray_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-qt/automotive/gammaray_git.bb b/recipes-qt/automotive/gammaray_git.bb
index 0456023..8dd44bb 100644
--- a/recipes-qt/automotive/gammaray_git.bb
+++ b/recipes-qt/automotive/gammaray_git.bb
@@ -12,7 +12,8 @@ BRANCH = "master"
12SRCREV = "6262eaeaee74109f9c1bd85de99c9b039d8938f5" 12SRCREV = "6262eaeaee74109f9c1bd85de99c9b039d8938f5"
13PV = "master+git${SRCPV}" 13PV = "master+git${SRCPV}"
14 14
15DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d" 15DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d qtivi \
16 ${@base_contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}"
16 17
17S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
18 19