summaryrefslogtreecommitdiffstats
path: root/recipes-qt/automotive/gammaray_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/automotive/gammaray_git.bb')
-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