diff options
author | Volker Krause <volker.krause@kdab.com> | 2016-12-13 10:57:53 +0100 |
---|---|---|
committer | Volker Krause <volker.krause@kdab.com> | 2017-01-11 07:53:20 +0000 |
commit | 9e1c55d4948d2294d0d24bb70beb9a6926d99291 (patch) | |
tree | 782c8fb2bc894fd8f83601ac3665ca075cad1d27 /recipes-qt | |
parent | da19fc82d1ef208e82574aed4c19dee9cd5c0dce (diff) | |
download | meta-boot2qt-9e1c55d4948d2294d0d24bb70beb9a6926d99291.tar.gz |
Enable GammaRay support for QtSCXML
Change-Id: I3fb4e954d745c120d470aeb9c1ffb4a1b9650771
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'recipes-qt')
-rw-r--r-- | recipes-qt/automotive/gammaray_git.bb | 4 |
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 | |||
9 | SRC_URI = "git://github.com/KDAB/GammaRay;branch=${BRANCH}" | 9 | SRC_URI = "git://github.com/KDAB/GammaRay;branch=${BRANCH}" |
10 | 10 | ||
11 | BRANCH = "master" | 11 | BRANCH = "master" |
12 | SRCREV = "add939931c7b7ca0fb413b3457ff4b5be6282451" | 12 | SRCREV = "b961eb1b84718256acc678ec16a2b45e98990cd7" |
13 | PV = "master+git${SRCPV}" | 13 | PV = "master+git${SRCPV}" |
14 | 14 | ||
15 | DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d qtivi \ | 15 | DEPENDS = "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 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |