summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Krause <volker.krause@kdab.com>2016-12-13 10:57:53 +0100
committerVolker Krause <volker.krause@kdab.com>2017-01-11 07:53:20 +0000
commit9e1c55d4948d2294d0d24bb70beb9a6926d99291 (patch)
tree782c8fb2bc894fd8f83601ac3665ca075cad1d27
parentda19fc82d1ef208e82574aed4c19dee9cd5c0dce (diff)
downloadmeta-boot2qt-9e1c55d4948d2294d0d24bb70beb9a6926d99291.tar.gz
Enable GammaRay support for QtSCXML
Change-Id: I3fb4e954d745c120d470aeb9c1ffb4a1b9650771 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--recipes-qt/automotive/gammaray_git.bb4
1 files 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
9SRC_URI = "git://github.com/KDAB/GammaRay;branch=${BRANCH}" 9SRC_URI = "git://github.com/KDAB/GammaRay;branch=${BRANCH}"
10 10
11BRANCH = "master" 11BRANCH = "master"
12SRCREV = "add939931c7b7ca0fb413b3457ff4b5be6282451" 12SRCREV = "b961eb1b84718256acc678ec16a2b45e98990cd7"
13PV = "master+git${SRCPV}" 13PV = "master+git${SRCPV}"
14 14
15DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d qtivi \ 15DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d qtivi qtscxml \
16 ${@base_contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" 16 ${@base_contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"