From 9514f794c8e4cc25ff584b22323be009a41527da Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Tue, 29 Nov 2016 11:11:08 +0100 Subject: Enable QtIvi and QtWayland GammaRay tools Change-Id: I41985617a4061d8ca83fe1a032b5b5c132e259a6 Reviewed-by: Samuli Piippo --- recipes-qt/automotive/gammaray_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" SRCREV = "6262eaeaee74109f9c1bd85de99c9b039d8938f5" PV = "master+git${SRCPV}" -DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d" +DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d qtivi \ + ${@base_contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf