From 9e1c55d4948d2294d0d24bb70beb9a6926d99291 Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Tue, 13 Dec 2016 10:57:53 +0100 Subject: Enable GammaRay support for QtSCXML Change-Id: I3fb4e954d745c120d470aeb9c1ffb4a1b9650771 Reviewed-by: Samuli Piippo --- recipes-qt/automotive/gammaray_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-qt/automotive/gammaray_git.bb b/recipes-qt/automotive/gammaray_git.bb index 2209f61..f9fb715 100644 --- a/recipes-qt/automotive/gammaray_git.bb +++ b/recipes-qt/automotive/gammaray_git.bb @@ -9,10 +9,10 @@ inherit cmake_qt5 SRC_URI = "git://github.com/KDAB/GammaRay;branch=${BRANCH}" BRANCH = "master" -SRCREV = "add939931c7b7ca0fb413b3457ff4b5be6282451" +SRCREV = "b961eb1b84718256acc678ec16a2b45e98990cd7" PV = "master+git${SRCPV}" -DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d qtivi \ +DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d qtivi qtscxml \ ${@base_contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf